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

6 lines
211 B
Ruby
Raw Normal View History

2015-12-31 16:56:13 -06:00
RSpec.shared_examples_for 'Msf::Module::Compatibility' do
2014-10-16 09:29:31 -05:00
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