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

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

6 lines
201 B
Ruby
Raw Normal View History

2015-12-31 16:56:13 -06:00
RSpec.shared_examples_for 'Msf::DBManager::Loot' do
2018-04-02 08:08:23 -05:00
it { is_expected.to respond_to :find_or_create_loot }
2018-04-02 08:08:23 -05:00
it { is_expected.to respond_to :loot }
it { is_expected.to respond_to :report_loot }
end