1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: remove requirements on rubygems and bundler
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Forwarded: No
Index: ruby-introspection/test/test_helper.rb
===================================================================
--- ruby-introspection.orig/test/test_helper.rb 2011-12-30 16:05:06.000000000 +0100
+++ ruby-introspection/test/test_helper.rb 2011-12-30 16:05:06.000000000 +0100
@@ -1,6 +1,3 @@
-require "rubygems"
-require "bundler/setup"
-
require "introspection"
require "test/unit"
@@ -27,4 +24,4 @@
include Introspection::TestHelper
include Introspection::LocalAssertions
include Introspection::Assertions
-end
\ No newline at end of file
+end
|