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