mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-16 09:40:25 +00:00
fix(tests): don't test services on Suse and RedHat
This commit is contained in:
parent
6555cf0432
commit
23214bfa78
1 changed files with 0 additions and 8 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue