Fix unit tests for latest puppet version

It's required to have title in 'not contain' test.

Change-Id: I64857817bb0ccae98d80d5eb76bc8c5e10c5f3fc
This commit is contained in:
iberezovskiy
2016-05-24 17:07:24 +03:00
committed by Denis Egorenko
parent 177604c189
commit 6c98032ea5

View File

@@ -78,7 +78,7 @@ describe 'openstacklib::messaging::rabbitmq' do
params.merge!( :manage_vhost => false )
end
it { is_expected.not_to contain_rabbitmq_vhost }
it { is_expected.not_to contain_rabbitmq_vhost('/') }
end
end