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