0e93b55397
MSP-11124
5 lines
206 B
Ruby
5 lines
206 B
Ruby
shared_examples_for 'Msf::DBManager::Client' do
|
|
it { is_expected.to respond_to :find_or_create_client }
|
|
it { is_expected.to respond_to :get_client }
|
|
it { is_expected.to respond_to :report_client }
|
|
end |