Skip to content

Commit 2e96026

Browse files
committed
avoid saying 'should'
1 parent e1cfc74 commit 2e96026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lib/msf/core/exploit/jsobfu_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
{:iterations=>nil}
4949
end
5050

51-
it 'should return a ::Rex::Exploitation::JSObfu object' do
51+
it 'returns a ::Rex::Exploitation::JSObfu object' do
5252
obj = jsobfu.js_obfuscate(js, opts)
5353
expect(obj).to be_kind_of(::Rex::Exploitation::JSObfu)
5454
end
5555

56-
it 'should not obfuscate' do
56+
it 'does not obfuscate' do
5757
obj = jsobfu.js_obfuscate(js, opts)
5858
expect(obj.to_s).to include(js)
5959
end

0 commit comments

Comments
 (0)