Update tests to pass puppet-unit-latest-centos-7

Locally horizon_init_spec is failling in 3 tests [1]

CI is failling to see [2]

[1] http://paste.openstack.org/show/498268/
[2] http://logs.openstack.org/21/319521/5/check/gate-puppet-horizon-puppet-unit-latest-centos-7/525bf8d/console.html#_2016-05-23_16_21_45_774

Change-Id: I6fbf7be803b1c293fdcd8d0f0ead5ee3b6fe212b
This commit is contained in:
Iury Gregory Melo Ferreira
2016-05-24 00:12:00 -03:00
parent 78c929c3ba
commit 995c886441

View File

@@ -84,7 +84,7 @@ describe 'horizon' do
expect(content).not_to match(/^SESSION_ENGINE/)
end
it { is_expected.not_to contain_file(params[:file_upload_temp_dir]) }
it { is_expected.not_to contain_file('/tmp') }
end
context 'with overridden parameters' do