Remove usage of bundler from tests
authorPirate Praveen <praveen@debian.org>
Thu, 14 Feb 2019 13:07:54 +0000 (13:07 +0000)
committerCédric Boutillier <boutil@debian.org>
Thu, 14 Feb 2019 13:07:54 +0000 (13:07 +0000)
Author: Pirate Praveen <praveen@debian.org>
Gbp-Pq: Name 002-remove-bundler.patch

test/test_helper.rb

index 7c010942c6af27970084eab4d81f7bd71bfc1c74..b037355bcea2f4e9d8a37befc0de68df0bf54083 100644 (file)
@@ -1,5 +1,5 @@
 require 'unindent'
-require 'bundler/setup'
+#require 'bundler/setup'
 require 'minitest/autorun'
 require 'action_pack'
 require 'action_controller'