Add test for session_events method
parent
8c29319b25
commit
63c3404f64
|
@ -1,3 +1,4 @@
|
|||
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 }
|
||||
end
|
Loading…
Reference in New Issue