Files
metasploit-gs/spec/support/shared/examples/msf/db_manager/loot.rb
T
2014-10-09 15:21:43 -05:00

6 lines
241 B
Ruby

shared_examples_for 'Msf::DBManager::Loot' do
it { is_expected.to respond_to :each_loot }
it { is_expected.to respond_to :find_or_create_loot }
it { is_expected.to respond_to :loots }
it { is_expected.to respond_to :report_loot }
end