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

6 lines
205 B
Ruby
Raw Normal View History

2014-10-16 09:29:31 -05:00
shared_examples_for 'Msf::Module::Compatibility' do
it { is_expected.to respond_to :compat }
it { is_expected.to respond_to :compatible? }
2014-11-12 11:08:18 -06:00
it { is_expected.to respond_to_protected :init_compat }
2014-10-16 09:29:31 -05:00
end