[spec] Fix syntax error under ruby 1.8
This commit is contained in:
@@ -116,7 +116,7 @@ describe 'cloud::volume::controller' do
|
|||||||
should contain_class('cinder::api').with(
|
should contain_class('cinder::api').with(
|
||||||
:keystone_password => 'secrete',
|
:keystone_password => 'secrete',
|
||||||
:keystone_auth_host => '10.0.0.1',
|
:keystone_auth_host => '10.0.0.1',
|
||||||
:bind_host => '10.0.0.1',
|
:bind_host => '10.0.0.1'
|
||||||
)
|
)
|
||||||
should contain_cinder_config('DEFAULT/default_volume_type').with(:ensure => 'absent')
|
should contain_cinder_config('DEFAULT/default_volume_type').with(:ensure => 'absent')
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user