]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/ntp/inspec/chronyd_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / ntp / inspec / chronyd_spec.rb
similarity index 69%
rename from test/integration/ntp/serverspec/chronyd_spec.rb
rename to test/integration/ntp/inspec/chronyd_spec.rb
index 40894b0404674e6c6e04337d4a3c0665e083be92..90e6563462364c8b2e6c7dc0b9f3918c9e5b0052 100644 (file)
@@ -1,8 +1,3 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe package("chrony") do
   it { should be_installed }
 end