Add skip message, add event test
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
RSpec.shared_examples_for 'Msf::DBManager::Event' do
|
||||
|
||||
if ENV['REMOTE_DB']
|
||||
before {skip("Awaiting event port")}
|
||||
unless ENV['REMOTE_DB']
|
||||
it { is_expected.to respond_to :events }
|
||||
end
|
||||
|
||||
it { is_expected.to respond_to :events }
|
||||
it { is_expected.to respond_to :report_event }
|
||||
end
|
||||
@@ -1,7 +1,7 @@
|
||||
RSpec.shared_examples_for 'Msf::DBManager::HostTag' do
|
||||
|
||||
if ENV['REMOTE_DB']
|
||||
before {skip("")}
|
||||
before {skip("Awaiting host tag port")}
|
||||
end
|
||||
|
||||
it { is_expected.to respond_to :report_host_tag }
|
||||
|
||||
Reference in New Issue
Block a user