Add require

This commit is contained in:
James Lee 2015-04-16 10:57:46 -05:00
parent da0e7282d5
commit d7fc9294f0
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
require 'msf/core/opt'
describe Msf::Opt do
subject(:opt) { described_class }