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