Not prefixing the class when describing method

bug/bundler_fix
jvazquez-r7 2014-08-18 12:19:30 -05:00
parent 75df32b1d3
commit 3dae6ee934
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe Rex::Exploitation::EncryptJS do
let(:loader_signature) { 'location.search.substring(1);' }
let(:loader_key_words) { ['exploit', 'encoded', 'pass', 'decoded'] }
describe "Rex::Exploitation::EncryptJS.encrypt" do
describe ".encrypt" do
it "returns an String" do
expect(Rex::Exploitation::EncryptJS.encrypt(code, key)).to be_an(String)
end