Fix encoded_payload_spec

bug/bundler_fix
OJ 2016-10-29 15:29:23 +10:00
parent 640827c24b
commit e4edbb16fe
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ RSpec.describe Msf::EncodedPayload do
}
it 'returns ["X86_64"]' do
expect(encoded_payload.arch).to eq [ARCH_X86_64]
expect(encoded_payload.arch).to eq [ARCH_X64]
end
end
end