Spec all posts can be instantiated

MSP-11145
bug/bundler_fix
Luke Imhoff 2014-10-20 13:42:21 -05:00
parent 535dea1d7d
commit bf23926314
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 5 additions and 0 deletions

View File

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