e418f98d45
MSP-11126
6 lines
221 B
Ruby
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 |