From e8b10db73bde4f50d0983ee69a1e1e013aecbd62 Mon Sep 17 00:00:00 2001 From: Joe Vennix Date: Mon, 3 Mar 2014 15:48:44 -0600 Subject: [PATCH] Dropped a space. --- spec/lib/rex/exploitation/jsobfu_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/rex/exploitation/jsobfu_spec.rb b/spec/lib/rex/exploitation/jsobfu_spec.rb index 8e452702ab..b788dc3515 100644 --- a/spec/lib/rex/exploitation/jsobfu_spec.rb +++ b/spec/lib/rex/exploitation/jsobfu_spec.rb @@ -14,7 +14,7 @@ describe Rex::Exploitation::JSObfu do context 'when a reserved word is generated' do let(:reserved) { described_class::RESERVED_KEYWORDS.first } - let(:random) { 'abcdef'} + let(:random) { 'abcdef' } let(:generated) { [reserved, reserved, reserved, random] } before do