fix(dispatcher): add missing files for local dispatcher
[arvados-formula.git] / test / integration / dispatcher / controls / services_spec.rb
1 # frozen_string_literal: true
2
3 control 'arvados dispatcher service' do
4   impact 0.5
5   title 'should be running and enabled'
6
7   describe service('crunch-dispatch-local') do
8     it { should be_enabled }
9     it { should be_running }
10   end
11 end