X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9802985c84fa828a7a94ac5a7aafbd5b0f6e5a2c..9efaa37d8f7bf4f9a019fc2b6208762b94d4f04c:/test/integration/web-frontend/serverspec/rails_spec.rb?ds=inline diff --git a/test/integration/web-frontend/serverspec/rails_spec.rb b/test/integration/web-frontend/serverspec/rails_spec.rb index 3c4c194cd..1abe820b6 100644 --- a/test/integration/web-frontend/serverspec/rails_spec.rb +++ b/test/integration/web-frontend/serverspec/rails_spec.rb @@ -12,3 +12,8 @@ describe service("rails-jobs@mailers") 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