Merge pull request #545 from raoulbhatia/master
[puppet-modules/puppetlabs-apt.git] / spec / defines / source_spec.rb
index c9863dd96f12216601ffdf7308a07305802ac76d..8a2cfcc7475698bb477061131c885475eb15ea28 100644 (file)
@@ -70,6 +70,8 @@ describe 'apt::source' do
       }).with_content(/hello.there wheezy main\n/)
       }
 
+      it { is_expected.to contain_file('/etc/apt/sources.list.d/my_source.list').that_notifies('Class[Apt::Update]')}
+
       it { is_expected.to contain_apt__pin('my_source').that_comes_before('Apt::Setting[list-my_source]').with({
         :ensure       => 'present',
         :priority     => 1001,