瀏覽代碼

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

tags/v1.1.0
Nicolas Rodriguez 5 年之前
父節點
當前提交
23214bfa78
共有 1 個檔案被更改,包括 0 行新增8 行删除
  1. +0
    -8
      test/integration/default/controls/service_spec.rb

+ 0
- 8
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]

Loading…
取消
儲存