formula-traefik/test/integration/traefik/inspec/fabio_spec.rb

5 lines
87 B
Ruby
Raw Normal View History

2018-05-17 22:52:46 -04:00
describe service('fabio') do
it { should be_enabled }
it { should be_running }
end