3 # Required by serverspec
6 describe package("gdnsd") do
7 it { should be_installed }
10 describe service("gdnsd") do
11 it { should be_enabled }
12 it { should be_running }
16 it { should be_listening.with("udp") }
17 it { should be_listening.with("tcp") }