Add test for session_events method

GSoC/Meterpreter_Web_Console
Matthew Kienow 2018-12-27 21:40:39 -05:00
parent 8c29319b25
commit 63c3404f64
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
RSpec.shared_examples_for 'Msf::DBManager::SessionEvent' do RSpec.shared_examples_for 'Msf::DBManager::SessionEvent' do
it { is_expected.to respond_to :session_events }
it { is_expected.to respond_to :report_session_event } it { is_expected.to respond_to :report_session_event }
end end