Files
metasploit-gs/spec/support/shared/examples/msf/db_manager/service.rb
T
2014-10-09 11:35:07 -05:00

8 lines
352 B
Ruby

shared_examples_for 'Msf::DBManager::Service' do
it { is_expected.to respond_to :del_service }
it { is_expected.to respond_to :each_service }
it { is_expected.to respond_to :find_or_create_service }
it { is_expected.to respond_to :get_service }
it { is_expected.to respond_to :report_service }
it { is_expected.to respond_to :services }
end