]> git.openstreetmap.org Git - chef.git/blob - test/integration/dns/inspec/dnscontrol_spec.rb
Bump kitchen-dokken from 2.20.2 to 2.20.3
[chef.git] / test / integration / dns / inspec / dnscontrol_spec.rb
1 describe package("dnscontrol") do
2   it { should be_installed }
3 end
4
5 describe command("dnscontrol version") do
6   its(:exit_status) { should eq 0 }
7 end