6 lines
201 B
Ruby
6 lines
201 B
Ruby
RSpec.shared_examples_for 'Msf::DBManager::Loot' do
|
|
|
|
it { is_expected.to respond_to :find_or_create_loot }
|
|
it { is_expected.to respond_to :loot }
|
|
it { is_expected.to respond_to :report_loot }
|
|
end |