]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/dns/inspec/dnscontrol_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / dns / inspec / dnscontrol_spec.rb
similarity index 68%
rename from test/integration/dns/serverspec/dnscontrol_spec.rb
rename to test/integration/dns/inspec/dnscontrol_spec.rb
index 3103344ecf87e230619c34274e2ccb3d228ae960..e623363b70254c9079c08540aa9e4a862d43b327 100644 (file)
@@ -1,8 +1,3 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe package("dnscontrol") do
   it { should be_installed }
 end