remove the "instance methods" context

bug/bundler_fix
sinn3r 2014-09-06 01:42:48 -05:00
parent c8ccb5e848
commit 419b2136b1
1 changed files with 132 additions and 136 deletions

View File

@ -9,7 +9,6 @@ describe Metasploit::Framework::LoginScanner::Glassfish do
subject(:http_scanner) { described_class.new }
context 'Instance Methods' do
let(:good_version) do
'4.0'
end
@ -145,8 +144,5 @@ describe Metasploit::Framework::LoginScanner::Glassfish do
end
end
end
end