X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/86ea398742e99ab5942705b342b0f0ac7bdef41d..ba5e37ebc18049d4340388fc0c19dcb2a78d6a86:/test/integration/keepweb/controls/services_spec.rb diff --git a/test/integration/keepweb/controls/services_spec.rb b/test/integration/keepweb/controls/services_spec.rb index 268af29..ccc3532 100644 --- a/test/integration/keepweb/controls/services_spec.rb +++ b/test/integration/keepweb/controls/services_spec.rb @@ -10,6 +10,6 @@ control 'arvados keepweb service' do end describe port(9002) do it { should be_listening } - its('processes') { should include 'keep-web' } + its('processes') { should cmp 'keep-web' } end end