X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fdefines%2Fsetting_spec.rb;fp=spec%2Fdefines%2Fsetting_spec.rb;h=16db75145ab8acc97b1a7c367e326974c4022322;hb=4d8b3e11f85758ef7dc754a3051e1d36e76aaebc;hp=7e2a9087aa9d1528462402a51fc37722793c0027;hpb=718cf4f6674f368a5da5650003eeae9bbd9101df;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/defines/setting_spec.rb b/spec/defines/setting_spec.rb index 7e2a908..16db751 100644 --- a/spec/defines/setting_spec.rb +++ b/spec/defines/setting_spec.rb @@ -50,7 +50,6 @@ describe 'apt::setting' do is_expected.to contain_file('/etc/apt/apt.conf.d/50teddybear').that_notifies('Class[Apt::Update]').with(ensure: 'file', owner: 'root', group: 'root', - mode: '0644', source: params[:source].to_s) } end @@ -62,7 +61,6 @@ describe 'apt::setting' do is_expected.to contain_file('/etc/apt/apt.conf.d/50teddybear').that_notifies('Class[Apt::Update]').with(ensure: 'file', owner: 'root', group: 'root', - mode: '0644', content: params[:content].to_s) } end