X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fdefines%2Fbuilddep_spec.rb;h=41152d5c9ba11662e86c608a5157bc203bbc5507;hb=0f8152536724a29441923c1cb82282e8fa2951dc;hp=8836693779cdd3d82195029cd7399ffcd7f26154;hpb=761a4d26c7b05f91d914033236d14a3557e6eab6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/defines/builddep_spec.rb b/spec/defines/builddep_spec.rb index 8836693..41152d5 100644 --- a/spec/defines/builddep_spec.rb +++ b/spec/defines/builddep_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe 'apt::builddep', :type => :define do - let(:facts) { { :lsbdistid => 'Debian' } } + let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian' } } let(:title) { 'my_package' } describe "defaults" do