8026352433
MSP-11124
5 lines
192 B
Ruby
5 lines
192 B
Ruby
shared_examples_for 'Msf::DBManager::Ref' do
|
|
it { is_expected.to respond_to :find_or_create_ref }
|
|
it { is_expected.to respond_to :get_ref }
|
|
it { is_expected.to respond_to :has_ref? }
|
|
end |