c50cb2eb8a
MSP-11126
6 lines
209 B
Ruby
6 lines
209 B
Ruby
shared_examples_for 'Msf::Module::UI::Line' do
|
|
it_should_behave_like 'Msf::Module::UI::Line::Verbose'
|
|
|
|
it { is_expected.to respond_to :print_line }
|
|
it { is_expected.to respond_to :print_line_prefix }
|
|
end |