Files
metasploit-gs/spec/support/shared/examples/msf/module/ui.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
149 B
Ruby
Raw Normal View History

2015-12-31 16:56:13 -06:00
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