1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Remove bundler from tests. This patch can probably be dropped once
rexml has been packaged.
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Soren Stoutner <soren@debian.org>
Forwarded: not-needed
Last-Updated: 2016-03-14
diff --git a/test/helper.rb b/test/helper.rb
index 691b577..53d84da 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,5 +1,3 @@
-require 'bundler/setup'
-
require 'active_support/testing/autorun'
require 'action_pack/xml_parser'
require 'action_controller'
|