X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fdefines%2Fsource_spec.rb;h=583c6190d4689454ec5f95162a2363f4f5662037;hb=1a294a83fbbd350c2ad32ea8c275184c74280630;hp=ed9ce5292cb324cc9590a5d4c601e4d49036900c;hpb=b63b5e19bce1e27532e00bd80f1af9f57f7ea068;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/defines/source_spec.rb b/spec/defines/source_spec.rb index ed9ce52..583c619 100644 --- a/spec/defines/source_spec.rb +++ b/spec/defines/source_spec.rb @@ -22,7 +22,7 @@ describe 'apt::source', :type => :define do [{}, { - :location => 'somewhere', + :location => 'http://example.com', :release => 'precise', :repos => 'security', :include_src => false, @@ -39,7 +39,7 @@ describe 'apt::source', :type => :define do }, { :ensure => 'absent', - :location => 'somewhere', + :location => 'http://example.com', :release => 'precise', :repos => 'security', }