Skip to content

Commit 3dae6ee

Browse files
committed
Not prefixing the class when describing method
1 parent 75df32b commit 3dae6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/rex/exploitation/encryptjs_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
let(:loader_signature) { 'location.search.substring(1);' }
1212
let(:loader_key_words) { ['exploit', 'encoded', 'pass', 'decoded'] }
1313

14-
describe "Rex::Exploitation::EncryptJS.encrypt" do
14+
describe ".encrypt" do
1515
it "returns an String" do
1616
expect(Rex::Exploitation::EncryptJS.encrypt(code, key)).to be_an(String)
1717
end

0 commit comments

Comments
 (0)