X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/99e00a34031960fa05d332ce803fd095dc9dfcd9..e20b868e6aea1269143914bd6d6e121059ae5480:/test/integration/web-backend/serverspec/rails_spec.rb diff --git a/test/integration/web-backend/serverspec/rails_spec.rb b/test/integration/web-backend/serverspec/rails_spec.rb deleted file mode 100644 index d02a65898..000000000 --- a/test/integration/web-backend/serverspec/rails_spec.rb +++ /dev/null @@ -1,9 +0,0 @@ -require "serverspec" - -# Required by serverspec -set :backend, :exec - -describe service("api-statistics") do - it { should be_enabled } - it { should be_running } -end