c6656e4031
not strictly required, these conversions keep us up to date with latest rspec conventions and best practices which will prevent use from having to convert them when they become deprecated later
4 lines
149 B
Ruby
4 lines
149 B
Ruby
RSpec.shared_examples_for 'Msf::Module::UI' do
|
|
it_should_behave_like 'Msf::Module::UI::Line'
|
|
it_should_behave_like 'Msf::Module::UI::Message'
|
|
end |