Starting rspec
parent
8e058dd1a5
commit
752192bfad
|
@ -0,0 +1,15 @@
|
|||
require 'spec_helper'
|
||||
require 'metasploit/framework/obfuscation/crandomizer/utility'
|
||||
|
||||
RSpec.describe Metasploit::Framework::Obfuscation::CRandomizer::Utility do
|
||||
|
||||
describe '#self.rand_int' do
|
||||
end
|
||||
|
||||
describe '#self.rand_string' do
|
||||
end
|
||||
|
||||
describe '#self.parse' do
|
||||
end
|
||||
|
||||
end
|
Loading…
Reference in New Issue