]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/gps-tile/serverspec/gpsupdate_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / gps-tile / serverspec / gpsupdate_spec.rb
diff --git a/test/integration/gps-tile/serverspec/gpsupdate_spec.rb b/test/integration/gps-tile/serverspec/gpsupdate_spec.rb
deleted file mode 100644 (file)
index bf6a3db..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
-describe service("gps-update") do
-  it { should be_enabled }
-  it { should be_running }
-end