Ver código fonte

Add test on syslog-ng service

master
Nicolas Rodriguez 7 anos atrás
pai
commit
2b7fab4318
1 arquivos alterados com 6 adições e 0 exclusões
  1. +6
    -0
      test/integration/syslog_ng/controls/syslog_ng.rb

+ 6
- 0
test/integration/syslog_ng/controls/syslog_ng.rb Ver arquivo

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

Carregando…
Cancelar
Salvar