Преглед на файлове

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…
Отказ
Запис