浏览代码

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

正在加载...
取消
保存