2015-12-31 16:56:13 -06:00
|
|
|
RSpec.shared_examples_for 'Msf::DBManager::Client' do
|
2018-04-02 08:08:23 -05:00
|
|
|
|
|
|
|
|
if ENV['REMOTE_DB']
|
2018-04-26 16:01:15 -05:00
|
|
|
before {skip("Awaiting client port")}
|
2018-04-02 08:08:23 -05:00
|
|
|
end
|
|
|
|
|
|
2014-10-13 08:40:34 -05:00
|
|
|
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
|