Restore events test for remote DB

GSoC/Meterpreter_Web_Console
Matthew Kienow 2018-12-21 22:19:09 -05:00
parent b5bc65c3bd
commit ff8c70f6af
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
RSpec.shared_examples_for 'Msf::DBManager::Event' do
unless ENV['REMOTE_DB']
it { is_expected.to respond_to :events }
end
it { is_expected.to respond_to :events }
it { is_expected.to respond_to :report_event }
end