2015-12-31 16:56:13 -06:00
|
|
|
RSpec.shared_examples_for 'Msf::DBManager::Event' do
|
2018-04-02 08:08:23 -05:00
|
|
|
|
2018-05-03 14:20:32 -05:00
|
|
|
unless ENV['REMOTE_DB']
|
|
|
|
|
it { is_expected.to respond_to :events }
|
2018-04-02 08:08:23 -05:00
|
|
|
end
|
|
|
|
|
|
2014-10-13 09:12:49 -05:00
|
|
|
it { is_expected.to respond_to :report_event }
|
|
|
|
|
end
|