]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Remove Debian 6 special casing from test suite, as it is not supported anymore
authorDavid Schmitt <david.schmitt@puppet.com>
Thu, 21 Sep 2017 10:44:29 +0000 (11:44 +0100)
committerDavid Schmitt <david.schmitt@puppet.com>
Thu, 21 Sep 2017 10:45:01 +0000 (11:45 +0100)
spec/acceptance/apt_key_provider_spec.rb

index d6cacc11ecbe9036b13d53e85efe7d7f7c7a47c6..a6fe2709059e06ca052d6e3d3572fe51c1b7457b 100644 (file)
@@ -112,7 +112,7 @@ describe typename do
       end
     end
 
-    context 'absent, added with long key', :unless => (fact('operatingsystem') == 'Debian' and fact('operatingsystemmajrelease') == '6') do
+    context 'absent, added with long key' do
       it 'is removed' do
         pp = <<-EOS
         #{typename} { 'puppetlabs':