[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:
Sebastien Badia
2014-02-19 12:15:43 +01:00
parent b465edae5a
commit b4d5d6f595

View File

@@ -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',