e7800697eb
MSP-11124
11 lines
488 B
Ruby
11 lines
488 B
Ruby
shared_examples_for 'Msf::DBManager::Host' do
|
|
it { is_expected.to respond_to :del_host }
|
|
it { is_expected.to respond_to :each_host }
|
|
it { is_expected.to respond_to :find_or_create_host }
|
|
it { is_expected.to respond_to :get_host }
|
|
it { is_expected.to respond_to :has_host? }
|
|
it { is_expected.to respond_to :hosts }
|
|
it { is_expected.to respond_to :normalize_host }
|
|
it { is_expected.to respond_to :report_host }
|
|
it { is_expected.to respond_to :update_host_via_sysinfo }
|
|
end |