[spec] Fix rspec-puppet (1.0.1) deprecation warning
include_class is deprecated we must use contain_class instead Refs: #205
This commit is contained in:
@@ -69,7 +69,7 @@ describe 'cloud::volume::storage' do
|
||||
|
||||
it 'configure cinder volume with rbd backend' do
|
||||
|
||||
should include_class('cinder::volume')
|
||||
should contain_class('cinder::volume')
|
||||
|
||||
should contain_class('cinder::volume::rbd').with(
|
||||
:rbd_pool => 'ceph_cinder',
|
||||
|
Reference in New Issue
Block a user