X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/7151b29626dd663807b5f72e25337c9c21c83680..41d951c810b0abdf4ffabcd65dccad33692fe73d:/test/integration/workbench/controls/packages_spec.rb diff --git a/test/integration/workbench/controls/packages_spec.rb b/test/integration/workbench/controls/packages_spec.rb index 080a619..97cad19 100644 --- a/test/integration/workbench/controls/packages_spec.rb +++ b/test/integration/workbench/controls/packages_spec.rb @@ -1,5 +1,16 @@ # frozen_string_literal: true +control 'ruby bundler package' do + title 'should not be installed' + + describe package('ruby-bundler') do + it { should_not be_installed } + end + describe package('bundler') do + it { should_not be_installed } + end +end + control 'arvados workbench package' do title 'should be installed'