We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db019b7 commit 2b7fab4Copy full SHA for 2b7fab4
test/integration/syslog_ng/controls/syslog_ng.rb
@@ -9,3 +9,9 @@
9
describe file('/etc/syslog-ng/syslog-ng.conf') do
10
it { should exist }
11
end
12
+
13
+describe sysv_service('syslog-ng') do
14
+ it { should be_installed }
15
+ it { should be_enabled }
16
+ it { should be_running }
17
+end
0 commit comments