X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/73a0b42b03c3a8c247712ce5e64b7215686e9cef..d9ede8264d9a9cbbd6eab15f98abc2326488bc7b:/test/integration/workbench/controls/services_spec.rb diff --git a/test/integration/workbench/controls/services_spec.rb b/test/integration/workbench/controls/services_spec.rb index f4e6dd2..15ae30f 100644 --- a/test/integration/workbench/controls/services_spec.rb +++ b/test/integration/workbench/controls/services_spec.rb @@ -4,7 +4,7 @@ control 'arvados workbench service' do impact 0.5 title 'should be running and enabled' - describe service('ssh') do + describe service('nginx') do it { should be_enabled } it { should be_running } end