X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fclasses%2Fdebian_testing_spec.rb;h=6e0332652feb24524960e355c8a36ae34bac50fc;hb=bc55471caabb01993050df99f09c6a1024abe72d;hp=d5aa896a6dab082d5019516706f00075feb5c8b5;hpb=3aa293a53fb7a2bd789ce3db35950778968079fd;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/classes/debian_testing_spec.rb b/spec/classes/debian_testing_spec.rb index d5aa896..6e03326 100644 --- a/spec/classes/debian_testing_spec.rb +++ b/spec/classes/debian_testing_spec.rb @@ -1,5 +1,6 @@ require 'spec_helper' describe 'apt::debian::testing', :type => :class do + let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian' } } it { should contain_apt__source("debian_testing").with({ "location" => "http://debian.mirror.iweb.ca/debian/",