From 05f6ca965b210749f5ce2cac447716c6e0830647 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 14 Sep 2017 11:00:41 +0200 Subject: [PATCH] Verify EPEL support in acceptance tests Now CentOS 7.4 is out this pending statement can be removed. https://lists.centos.org/pipermail/centos-announce/2017-September/022532.html --- spec/acceptance/class_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/acceptance/class_spec.rb b/spec/acceptance/class_spec.rb index 8ce6bbeb..d92c0ef8 100644 --- a/spec/acceptance/class_spec.rb +++ b/spec/acceptance/class_spec.rb @@ -32,7 +32,6 @@ describe package('nodejs') do it { is_expected.to be_installed } it 'comes from the expected source' do - pending("This won't work until we have CentOS 7.4 because of dependency") pkg_output = shell(pkg_cmd) expect(pkg_output.stdout).to match 'epel' end