Files
metasploit-gs/spec/support/shared/examples/msf/db_manager/note.rb
T
2018-05-14 17:43:24 -04:00

10 lines
283 B
Ruby

RSpec.shared_examples_for 'Msf::DBManager::Note' do
unless ENV['REMOTE_DB']
it { is_expected.to respond_to :each_note }
end
it { is_expected.to respond_to :find_or_create_note }
it { is_expected.to respond_to :notes }
it { is_expected.to respond_to :report_note }
end