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