]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/web-rails/inspec/rails_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / web-rails / inspec / rails_spec.rb
similarity index 58%
rename from test/integration/web-rails/serverspec/rails_spec.rb
rename to test/integration/web-rails/inspec/rails_spec.rb
index d02a65898996c19e78d68983a7a264c6637ab86d..65d82b6e5a711c54f22b0630a339ef6293fef7d2 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 }