Files
metasploit-gs/spec/support/shared/examples/msf/db_manager/event.rb
T
2018-05-03 14:20:32 -05:00

8 lines
184 B
Ruby

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 :report_event }
end