aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-rwxr-xr-xactiverecord/test/abstract_unit.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/activerecord/test/abstract_unit.rb b/activerecord/test/abstract_unit.rb
index 1b33579206..a4a1b55cb2 100755
--- a/activerecord/test/abstract_unit.rb
+++ b/activerecord/test/abstract_unit.rb
@@ -1,8 +1,4 @@
-$:.unshift(File.dirname(__FILE__) + '/../lib')#.unshift(File.dirname(__FILE__))
-
-# Make rubygems available for testing if possible
-begin require('rubygems'); rescue LoadError; end
-begin require('dev-utils/debug'); rescue LoadError; end
+$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'test/unit'
require 'active_record'