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

6 lines
221 B
Ruby
Raw Normal View History

2014-10-16 13:16:57 -05:00
shared_examples_for 'Msf::Module::Arch' do
2014-10-16 13:21:11 -05:00
it { is_expected.to respond_to :arch }
2014-10-16 13:16:57 -05:00
it { is_expected.to respond_to :arch? }
it { is_expected.to respond_to :arch_to_s }
it { is_expected.to respond_to :each_arch }
end