fix(tests): don't test services on Suse and RedHat

This commit is contained in:
Nicolas Rodriguez 2019-09-04 01:39:38 +02:00
parent 6555cf0432
commit 23214bfa78

View File

@ -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]