1RSpec.shared_examples_for 'Msf::Module::Arch' do 2 it { is_expected.to respond_to :arch } 3 it { is_expected.to respond_to :arch? } 4 it { is_expected.to respond_to :arch_to_s } 5 it { is_expected.to respond_to :each_arch } 6end 7