formula-consul/test/integration/consul/inspec/consul_spec.rb
2017-11-29 23:11:34 +01:00

5 lines
88 B
Ruby

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