X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9802985c84fa828a7a94ac5a7aafbd5b0f6e5a2c..ecf30bfd8157ca98f7c3f691c0266a09030ed4a3:/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 index 478549a6e..d02a65898 100644 --- a/test/integration/web-backend/serverspec/rails_spec.rb +++ b/test/integration/web-backend/serverspec/rails_spec.rb @@ -7,8 +7,3 @@ describe service("api-statistics") do it { should be_enabled } it { should be_running } end - -describe service("rails-jobs@storage") do - it { should be_enabled } - it { should be_running } -end