Files
metasploit-gs/spec/support/shared/examples/msf/db_manager/event.rb
T

4 lines
148 B
Ruby
Raw Normal View History

2015-12-31 16:56:13 -06:00
RSpec.shared_examples_for 'Msf::DBManager::Event' do
it { is_expected.to respond_to :events }
it { is_expected.to respond_to :report_event }
end