Fix rspec

GSoC/Meterpreter_Web_Console
Wei Chen 2018-04-17 20:32:29 -05:00
parent 9127b70e6e
commit 4dd9d32d62
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ require 'spec_helper'
require 'securerandom'
describe Rex::Crypto do
RSpec.describe Rex::Crypto do
let(:iv) {
SecureRandom.random_bytes(16)

View File

@ -2,7 +2,7 @@ require 'spec_helper'
require 'securerandom'
describe Rex::Crypto do
RSpec.describe Rex::Crypto do
describe '#rc4' do