Spec all nops can be instantiated

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

View File

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