Fix typos

bug/bundler_fix
wchen-r7 2017-01-11 14:05:22 -06:00
parent 9136e008bb
commit 2377f17663
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ RSpec.shared_examples_for 'Metasploit::Framework::LoginScanner::Base' do | opts
allow(creds).to receive(:username)
allow(creds).to receive(:user_file)
allow(creds).to receive(:userpass_file)
allow(creds).to receive(:prepend_creds).and_return([])
allow(creds).to receive(:prepended_creds).and_return([])
allow(creds).to receive(:additional_privates).and_return([])
allow(creds).to receive(:additional_publics).and_return(['user'])
login_scanner.cred_details = creds

View File

@ -11,7 +11,7 @@ RSpec.shared_examples_for 'Metasploit::Framework::Tcp::Client' do
allow(creds).to receive(:username)
allow(creds).to receive(:user_file)
allow(creds).to receive(:userpass_file)
allow(creds).to receive(:prepend_creds).and_return([])
allow(creds).to receive(:prepended_creds).and_return([])
allow(creds).to receive(:additional_privates).and_return([])
allow(creds).to receive(:additional_publics).and_return(['user'])
login_scanner.cred_details = creds