From 000f33b2d90925fb58127597bececca383cd61c0 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 21 Sep 2017 11:44:29 +0100 Subject: [PATCH] Remove Debian 6 special casing from test suite, as it is not supported anymore --- spec/acceptance/apt_key_provider_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/apt_key_provider_spec.rb b/spec/acceptance/apt_key_provider_spec.rb index d6cacc1..a6fe270 100644 --- a/spec/acceptance/apt_key_provider_spec.rb +++ b/spec/acceptance/apt_key_provider_spec.rb @@ -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': -- 2.45.2