Browse Source

Add test on syslog-ng service

master
Nicolas Rodriguez 7 years ago
parent
commit
2b7fab4318
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      test/integration/syslog_ng/controls/syslog_ng.rb

+ 6
- 0
test/integration/syslog_ng/controls/syslog_ng.rb View File

@@ -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

Loading…
Cancel
Save