Merge pull request #445 from mhaskel/updates_everywhere
[puppet-modules/puppetlabs-apt.git] / spec / classes / apt_spec.rb
index f66bf540498b7aa069383c541a34ae0cdc4dac51..b8ff37ea312caee1153a9c574c73b2520c9b4723 100644 (file)
@@ -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]',
       })
     }