Spec all exploits can be instantiated

MSP-11145
This commit is contained in:
Luke Imhoff 2014-10-20 13:32:55 -05:00
parent 103382a2ef
commit 594b0bf7bb
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 5 additions and 0 deletions

View File

@ -76,4 +76,9 @@ describe 'modules' do
module_type: 'encoder',
modules_pathname: modules_pathname,
type_directory: 'encoders'
it_should_behave_like 'all modules with module type can be instantiated',
module_type: 'exploit',
modules_pathname: modules_pathname,
type_directory: 'exploits'
end