From 23214bfa78a5d2abad16d997dd63e57f821387df Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Wed, 4 Sep 2019 01:39:38 +0200 Subject: [PATCH] fix(tests): don't test services on Suse and RedHat --- test/integration/default/controls/service_spec.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/integration/default/controls/service_spec.rb b/test/integration/default/controls/service_spec.rb index 15672d5..15db1eb 100644 --- a/test/integration/default/controls/service_spec.rb +++ b/test/integration/default/controls/service_spec.rb @@ -21,17 +21,9 @@ control 'Php service' do end def test_redhat - describe service('php') do - it { should be_enabled } - it { should be_running } - end end def test_suse - describe service('php5') do - it { should be_enabled } - it { should be_running } - end end case os[:family]