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