Exposing notify_update to apt::source
[puppet-modules/puppetlabs-apt.git] / spec / defines / source_compat_spec.rb
index 2e813f327bfbfe318a4882819f1df001e6334aa6..0b98176e2a6923f177e38b0c79bdb4e7e8090014 100644 (file)
@@ -117,7 +117,7 @@ describe 'apt::source', :type => :define do
       }
     end
 
-    it { is_expected.to contain_apt__setting('list-my_source').with_content(/# my_source\ndeb \[arch=x86_64 \] http:\/\/debian\.mirror\.iweb\.ca\/debian\/ wheezy main\n/)
+    it { is_expected.to contain_apt__setting('list-my_source').with_content(/# my_source\ndeb \[arch=x86_64\] http:\/\/debian\.mirror\.iweb\.ca\/debian\/ wheezy main\n/)
     }
   end