X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/7151b29626dd663807b5f72e25337c9c21c83680..671c067721d046e7a8ec2093500ddf65fb508d58:/test/integration/api/controls/packages_spec.rb diff --git a/test/integration/api/controls/packages_spec.rb b/test/integration/api/controls/packages_spec.rb index 1799a4b..1653b58 100644 --- a/test/integration/api/controls/packages_spec.rb +++ b/test/integration/api/controls/packages_spec.rb @@ -4,6 +4,17 @@ # # SPDX-License-Identifier: Apache-2.0 +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 api package' do title 'should be installed'