X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fdefines%2Fsource_spec.rb;h=a6c5e5f3a0a3649011ed35031ef787bf9064f591;hb=3684f88372959cb8dd6eb5bce99b6a07db43f058;hp=02bc45fcbebd3256b0f8256b292be68611828adc;hpb=a840dd8372d8a89dd0dab0f8b41ade29a77761da;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/defines/source_spec.rb b/spec/defines/source_spec.rb index 02bc45f..a6c5e5f 100644 --- a/spec/defines/source_spec.rb +++ b/spec/defines/source_spec.rb @@ -97,9 +97,8 @@ describe 'apt::source', :type => :define do } it { - should contain_exec("#{title} apt update").with({ + should contain_exec("apt update").with({ "command" => "/usr/bin/apt-get update", - "subscribe" => "File[#{title}.list]", "refreshonly" => true }) }