X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/e709a10b07c7039c3878adc5d3bcc0ff5a752191..0d248fa02e0f65e76cdf6629d54f09a6dcc515ce:/test/integration/api/controls/packages_spec.rb?ds=inline diff --git a/test/integration/api/controls/packages_spec.rb b/test/integration/api/controls/packages_spec.rb index 7c3cffb..edc2060 100644 --- a/test/integration/api/controls/packages_spec.rb +++ b/test/integration/api/controls/packages_spec.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 @@ -48,6 +49,6 @@ control 'RVM and dependencies' do end describe command('/usr/local/rvm/bin/rvm list') do its(:exit_status) { should eq 0 } - its('stdout') { should match (/ruby-2.5.8/) } + its('stdout') { should match(/ruby-2.5.8/) } end end