]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/planet-notes/inspec/planetdump_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / planet-notes / inspec / planetdump_spec.rb
similarity index 76%
rename from test/integration/planet-notes/serverspec/planetdump_spec.rb
rename to test/integration/planet-notes/inspec/planetdump_spec.rb
index 18a34b4f72b6cacf8afb6478c4fae0d17f90cbcd..be7a94604a8f4b81ba5d7ab7ddae98c63e44c561 100644 (file)
@@ -1,8 +1,3 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe file("/usr/local/bin/planet-notes-dump") do
   it { should be_file }
   it { should be_executable }