Merge remote-tracking branch 'upstream/master' into 1.7.x-merge
[puppet-modules/puppetlabs-apt.git] / spec / classes / debian_testing_spec.rb
index 6006afb41801dbc7629ca18bb21cd0f0cc961c34..6e0332652feb24524960e355c8a36ae34bac50fc 100644 (file)
@@ -1,12 +1,13 @@
 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/",
       "release"             => "testing",
       "repos"               => "main contrib non-free",
       "required_packages"   => "debian-keyring debian-archive-keyring",
-      "key"                 => "55BE302B",
+      "key"                 => "46925553",
       "key_server"          => "subkeys.pgp.net",
       "pin"                 => "-10"
     })