whitespace removal

bug/bundler_fix
David Maloney 2014-05-08 14:18:06 -05:00
parent b72f0f8ffc
commit 42de1ab1f1
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 0 additions and 8 deletions

View File

@ -59,13 +59,9 @@ module Metasploit
end end
::Metasploit::Framework::LoginScanner::Result.new(result_options) ::Metasploit::Framework::LoginScanner::Result.new(result_options)
end end
end end
end end
end end
end end

View File

@ -23,8 +23,6 @@ describe Metasploit::Framework::LoginScanner::Postgres do
) )
} }
subject(:login_scanner) { described_class.new } subject(:login_scanner) { described_class.new }
it_behaves_like 'Metasploit::Framework::LoginScanner::Base' it_behaves_like 'Metasploit::Framework::LoginScanner::Base'
@ -72,8 +70,6 @@ describe Metasploit::Framework::LoginScanner::Postgres do
expect(result.proof).to eq "unknown error" expect(result.proof).to eq "unknown error"
end end
end end
end end
end end