X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fdefines%2Fbuilddep_spec.rb;h=a0cbaa4cc098e80acde84a7951788d1f64d31698;hb=4d188443bc4f7b10581fedf2180573308bb2bf7b;hp=4e2b698d93883b21043a0c18f9aed6e9ec9d598b;hpb=2ce47f065222ddf7adcd13aeb42f138130dac11c;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/defines/builddep_spec.rb b/spec/defines/builddep_spec.rb index 4e2b698..a0cbaa4 100644 --- a/spec/defines/builddep_spec.rb +++ b/spec/defines/builddep_spec.rb @@ -1,6 +1,7 @@ require 'spec_helper' describe 'apt::builddep', :type => :define do + let(:facts) { { :lsbdistid => 'Debian' } } let(:title) { 'my_package' } describe "should require apt-get update" do