4d9f7db15a
MSP-11126
6 lines
195 B
Ruby
6 lines
195 B
Ruby
shared_examples_for 'Msf::Module::Compatibility' do
|
|
it { is_expected.to respond_to :compat }
|
|
it { is_expected.to respond_to :compatible? }
|
|
it { is_expected.to respond_to :init_compat }
|
|
end
|