Files
metasploit-gs/spec/support/shared/examples/msf/module/arch.rb
T
Luke Imhoff e418f98d45 arch -> Msf::Module::Arch
MSP-11126
2014-10-16 13:21:11 -05:00

6 lines
221 B
Ruby

shared_examples_for 'Msf::Module::Arch' do
it { is_expected.to respond_to :arch }
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