test: improve test message

GSoC/Meterpreter_Web_Console
phra 2018-09-03 23:08:01 +02:00
parent 360b09c244
commit 82d25a0fcd
No known key found for this signature in database
GPG Key ID: 91FF93D1B85D76B5
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ RSpec.describe Msf::EncodedPayload do
end
end
context 'with meterpreter/ bad characters: "\\x00\\x0a\\x0d"' do
context 'with windows/meterpreter_bind_tcp and bad characters: "\\x00\\x0a\\x0d"' do
let(:badchars) { "\x00\x0a\x0d".force_encoding('binary') }
let(:ancestor_reference_names) {
%w{singles/windows/meterpreter_bind_tcp}