3ec93dea43
MSP-11124
8 lines
342 B
Ruby
8 lines
342 B
Ruby
shared_examples_for 'Msf::DBManager::Cred' do
|
|
it { is_expected.to respond_to :creds }
|
|
it { is_expected.to respond_to :each_cred }
|
|
it { is_expected.to respond_to :find_or_create_cred }
|
|
it { is_expected.to respond_to :report_auth }
|
|
it { is_expected.to respond_to :report_auth_info }
|
|
it { is_expected.to respond_to :report_cred }
|
|
end |