Use non aphanumeric badchar

bug/bundler_fix
jvazquez-r7 2014-09-15 15:59:18 -05:00
parent 36e5dcd149
commit 0e1ba8fb5e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ shared_examples_for 'Rex::Encoder::Alpha2::Generic' do
end
context "when encoding is possible" do
let(:badchars) { 'B' }
let(:badchars) { '\n' }
it "returns encoding starting with the decoder stub" do
is_expected.to start_with(described_class.gen_decoder(reg, offset))