Merge pull request #240 from daenney/manage-preferences
[puppet-modules/puppetlabs-apt.git] / spec / classes / debian_testing_spec.rb
index 6006afb41801dbc7629ca18bb21cd0f0cc961c34..ca55ef687bd100c54cea2af8f2851ad28767471b 100644 (file)
@@ -1,5 +1,6 @@
 require 'spec_helper'
 describe 'apt::debian::testing', :type => :class do
+  let(:facts) { { :lsbdistid => 'Debian' } }
   it {
     should contain_apt__source("debian_testing").with({
       "location"            => "http://debian.mirror.iweb.ca/debian/",