X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/dfbb7629fdc96155c04ffaaaf2dca7e6e004ca68..73a0b42:/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 15ae30f..f4e6dd2 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('nginx') do + describe service('ssh') do it { should be_enabled } it { should be_running } end