]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/web-frontend/inspec/rails_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / web-frontend / inspec / rails_spec.rb
similarity index 81%
rename from test/integration/web-frontend/serverspec/rails_spec.rb
rename to test/integration/web-frontend/inspec/rails_spec.rb
index 1abe820b6f6491f5d79bd03713e0edeffb409332..69e9da3a037c56d56a842e74802c82effa4a0f64 100644 (file)
@@ -1,8 +1,3 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe service("api-statistics") do
   it { should be_enabled }
   it { should be_running }