aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/helpers/test_helper.rb')
-rw-r--r--railties/helpers/test_helper.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/railties/helpers/test_helper.rb b/railties/helpers/test_helper.rb
index 4d683e3500..ce1150c606 100644
--- a/railties/helpers/test_helper.rb
+++ b/railties/helpers/test_helper.rb
@@ -5,10 +5,7 @@ require 'abstract_application'
require 'test/unit'
require 'active_record/fixtures'
require 'action_controller/test_process'
-
-# Make rubygems available for testing if possible
-begin require('rubygems'); rescue LoadError; end
-begin require('dev-utils/debug'); rescue LoadError; end
+require 'breakpoint'
def create_fixtures(*table_names)
Fixtures.create_fixtures(File.dirname(__FILE__) + "/fixtures", table_names)