Merge branch '18642-don-t-install-ruby-bundler'
[arvados-formula.git] / test / integration / api / controls / packages_spec.rb
index 1799a4b58ab4264b62987fdb24ec10f12f7ff85f..1653b588159f37a68a3acdb6655689faf9388c21 100644 (file)
@@ -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'