Remove puts

bug/bundler_fix
Meatballs 2014-04-26 12:59:19 +01:00
parent 3f5cc13bf8
commit 318ae46085
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ describe Msf::Exploit::Powershell do
it 'should create a compressed script with eof' do
script = File.read(example_script)
compressed = subject.compress_script(script, 'end_of_file')
puts compressed
compressed.include?('end_of_file').should be_true
end
end