Skip to content

Commit b0682e3

Browse files
committed
spec: modules: Enable instantiation tests for Evasion and Post modules
1 parent 619a284 commit b0682e3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

spec/modules_spec.rb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,22 @@
1919
type_directory: 'exploits'
2020

2121
it_should_behave_like 'all modules with module type can be instantiated',
22-
module_type: 'nop',
22+
module_type: 'evasion',
2323
modules_pathname: modules_pathname,
24-
type_directory: 'nops'
24+
type_directory: 'evasion'
2525

2626
it_should_behave_like 'all modules with module type can be instantiated',
27-
module_type: 'post',
27+
module_type: 'nop',
2828
modules_pathname: modules_pathname,
29-
type_directory: 'posts'
29+
type_directory: 'nops'
30+
3031
it_should_behave_like 'all modules with module type can be instantiated',
3132
module_type: 'payload',
3233
modules_pathname: modules_pathname,
3334
type_directory: 'payload'
35+
36+
it_should_behave_like 'all modules with module type can be instantiated',
37+
module_type: 'post',
38+
modules_pathname: modules_pathname,
39+
type_directory: 'post'
3440
end

0 commit comments

Comments
 (0)