X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fclasses%2Fapt_spec.rb;h=b8ff37ea312caee1153a9c574c73b2520c9b4723;hb=b6c70b70e72df46a5884926c0a2c42b8503bb149;hp=f66bf540498b7aa069383c541a34ae0cdc4dac51;hpb=351c8d5941f6bd02304df6b4185dea8c8104aefa;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/classes/apt_spec.rb b/spec/classes/apt_spec.rb index f66bf54..b8ff37e 100644 --- a/spec/classes/apt_spec.rb +++ b/spec/classes/apt_spec.rb @@ -112,7 +112,6 @@ describe 'apt', :type => :class do it { is_expected.to contain_apt__setting('list-debian_unstable').with({ 'ensure' => 'present', - 'notify' => 'Exec[apt_update]', }) } @@ -122,7 +121,6 @@ describe 'apt', :type => :class do it { is_expected.to contain_apt__setting('list-puppetlabs').with({ 'ensure' => 'present', - 'notify' => 'Exec[apt_update]', }) }