bind: simpler spec for now

This commit is contained in:
Jérémy Lecour 2017-04-10 18:16:25 +02:00 committed by Jérémy Lecour
parent 0f89f99ae7
commit 07d8a815c2

View file

@ -6,7 +6,6 @@ set :backend, :exec
describe service('bind9') do
it { should be_enabled }
it { should be_running }
end
describe port(53) do