소스 검색

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…
취소
저장