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