X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9802985c84fa828a7a94ac5a7aafbd5b0f6e5a2c..ae5f20947dbeb92a195db15f41ea6b6b7a328f95:/test/integration/web-frontend/serverspec/rails_spec.rb 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