]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/gps-tile/inspec/gpsupdate_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / gps-tile / inspec / gpsupdate_spec.rb
similarity index 57%
rename from test/integration/gps-tile/serverspec/gpsupdate_spec.rb
rename to test/integration/gps-tile/inspec/gpsupdate_spec.rb
index bf6a3db6bd3e23a93fa49c60fc556fb9ac2f3fde..36add2429f742aceb0bb59af32cc5f0dc623d747 100644 (file)
@@ -1,8 +1,3 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
 describe service("gps-update") do
   it { should be_enabled }
   it { should be_running }