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

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

6 lines
215 B
Ruby
Raw Normal View History

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