Fix faulty spec

bug/bundler_fix
James Lee 2014-05-13 14:15:00 -05:00
parent 2d7e90d5df
commit 2a13010bfb
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ describe Metasploit::Framework::LoginScanner::Credential do
describe "#paired" do
it "defaults to true" do
expect(cred_detail).to be_true
expect(cred_detail.paired).to be_true
end
end