Merge pull request #56 from branan/travisci
[puppet-modules/puppetlabs-apt.git] / spec / defines / source_spec.rb
index a6c5e5f3a0a3649011ed35031ef787bf9064f591..110e8c21b6b5dad446fdb00d4829dea47e4df63e 100644 (file)
@@ -97,7 +97,7 @@ describe 'apt::source', :type => :define do
       }
 
       it {
-        should contain_exec("apt update").with({
+        should contain_exec("apt_update").with({
           "command"     => "/usr/bin/apt-get update",
           "refreshonly" => true
         })