ソースを参照

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]

読み込み中…
キャンセル
保存