ソースを参照

Add test on syslog-ng service

tags/v0.2.0
Nicolas Rodriguez 7年前
コミット
2b7fab4318
1個のファイルの変更6行の追加0行の削除
  1. +6
    -0
      test/integration/syslog_ng/controls/syslog_ng.rb

+ 6
- 0
test/integration/syslog_ng/controls/syslog_ng.rb ファイルの表示

@@ -9,3 +9,9 @@ end
describe file('/etc/syslog-ng/syslog-ng.conf') do
it { should exist }
end

describe sysv_service('syslog-ng') do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

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