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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
248 B
Ruby
Raw Normal View History

2015-12-31 16:56:13 -06:00
RSpec.shared_examples_for 'Msf::DBManager::Route' do
2018-04-02 08:08:23 -05:00
if ENV['REMOTE_DB']
before {skip("Awaiting evaluation")}
end
it { is_expected.to respond_to :report_session_route }
it { is_expected.to respond_to :report_session_route_remove }
end