]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/db-backup/inspec/backup_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / db-backup / inspec / backup_spec.rb
similarity index 58%
rename from test/integration/db-backup/serverspec/backup_spec.rb
rename to test/integration/db-backup/inspec/backup_spec.rb
index a620c0a27285accf33966c92862603cddfff81b4..411949a1281196a60aa8132f581703c4030903e6 100644 (file)
@@ -1,8 +1,3 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe service("backup-db.timer") do
   it { should be_enabled }
   it { should be_running }