Author: Jérémy Bobbio <lunar@debian.org>
Forwarded: no
Last-Update: 2013-06-05
Description: do not use rubygems in tests

diff --git a/test/test_helper.rb b/test/test_helper.rb
index 187efb3..0003d27 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -3,8 +3,6 @@ if ENV["COVERAGE"]
   SimpleCov.start
 end
 
-require 'rubygems'
-gem "minitest"
 require 'bundler/setup'
 require 'minitest/autorun'
 require 'action_pack'
