]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/blog/inspec/wordpress_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / blog / inspec / wordpress_spec.rb
similarity index 81%
rename from test/integration/blog/serverspec/wordpress_spec.rb
rename to test/integration/blog/inspec/wordpress_spec.rb
index c4a8ca14dae144f8bf7e0da7550c14f07a759fef..6533511d9d7f0fd6a5cc0bedd9b06ae654702dd3 100644 (file)
@@ -1,9 +1,3 @@
-
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe command("/opt/wp-cli/wp --allow-root --path=/srv/blog.openstreetmap.org/wp/ core is-installed") do
   its("exit_status") { should eq 0 }
 end