18642: ruby-bundler should not be installed
[arvados-formula.git] / test / integration / workbench / controls / packages_spec.rb
index 080a6199940478426e7ebeeaad05649191e9dae2..97cad199e286e246dc3e505e387c006f5ebc9ec9 100644 (file)
@@ -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'