formula-fabio/test/integration/fabio/inspec/fabio_spec.rb
2018-05-17 17:36:29 -04:00

5 lines
87 B
Ruby

describe service('fabio') do
it { should be_enabled }
it { should be_running }
end