Adapt openstacklib tests for a new concat version

Change-Id: I1e159105a52f8126528aae96415dbb1e73cfb111
This commit is contained in:
iberezovskiy
2016-05-24 20:35:29 +03:00
committed by Ivan Berezovskiy
parent d110042f5b
commit 177604c189

View File

@@ -84,7 +84,7 @@ describe 'openstacklib::wsgi::apache' do
'wsgi_application_group' => '%{GLOBAL}',
'require' => 'File[keystone_wsgi]'
)}
it { is_expected.to contain_file("#{platform_parameters[:httpd_ports_file]}") }
it { is_expected.to contain_concat("#{platform_parameters[:httpd_ports_file]}") }
end
describe 'when overriding parameters' do