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]