4 lines
64 B
Ruby
4 lines
64 B
Ruby
|
describe service('firewalld') do
|
||
|
it { should be_running }
|
||
|
end
|