X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/85bd960b218b23411744b080d3f2df4f55fdee27..9802985c84fa828a7a94ac5a7aafbd5b0f6e5a2c:/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 new file mode 100644 index 000000000..3c4c194cd --- /dev/null +++ b/test/integration/web-frontend/serverspec/rails_spec.rb @@ -0,0 +1,14 @@ +require "serverspec" + +# Required by serverspec +set :backend, :exec + +describe service("api-statistics") do + it { should be_enabled } + it { should be_running } +end + +describe service("rails-jobs@mailers") do + it { should be_enabled } + it { should be_running } +end