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

5 lines
192 B
Ruby
Raw Normal View History

2014-10-13 10:12:09 -05:00
shared_examples_for 'Msf::DBManager::Ref' do
it { is_expected.to respond_to :find_or_create_ref }
it { is_expected.to respond_to :get_ref }
it { is_expected.to respond_to :has_ref? }
end