2015-12-31 16:56:13 -06:00
|
|
|
RSpec.shared_examples_for 'Msf::Module::UI::Line' do
|
2014-10-16 10:05:45 -05:00
|
|
|
it_should_behave_like 'Msf::Module::UI::Line::Verbose'
|
|
|
|
|
|
2014-10-16 09:51:23 -05:00
|
|
|
it { is_expected.to respond_to :print_line }
|
|
|
|
|
it { is_expected.to respond_to :print_line_prefix }
|
|
|
|
|
end
|