5 lines
88 B
Ruby
5 lines
88 B
Ruby
|
describe service('consul') do
|
||
|
it { should be_enabled }
|
||
|
it { should be_running }
|
||
|
end
|