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

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

11 lines
331 B
Ruby
Raw Normal View History

2015-12-31 16:56:13 -06:00
RSpec.shared_examples_for 'Msf::DBManager::Web' do
2018-04-02 08:08:23 -05:00
if ENV['REMOTE_DB']
before {skip("Awaiting web port")}
end
2014-10-13 12:01:49 -05:00
it { is_expected.to respond_to :report_web_form }
it { is_expected.to respond_to :report_web_page }
it { is_expected.to respond_to :report_web_site }
it { is_expected.to respond_to :report_web_vuln }
end