From 995c8864415443f8e337a80170d19e3136036eca Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Tue, 24 May 2016 00:12:00 -0300 Subject: [PATCH] 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 --- spec/classes/horizon_init_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/horizon_init_spec.rb b/spec/classes/horizon_init_spec.rb index 165270c8..84aa2621 100644 --- a/spec/classes/horizon_init_spec.rb +++ b/spec/classes/horizon_init_spec.rb @@ -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