From a7994221a585de989911b1b7cff1c057b8b00740 Mon Sep 17 00:00:00 2001 From: Chad Pytel Date: Mon, 13 Apr 2009 10:17:46 -0400 Subject: [PATCH] make tests pass on newer active support --- test/test_helper.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 9e8b38d..58cbf71 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -5,8 +5,7 @@ require 'test/unit' require 'active_record' require 'active_record/fixtures' -require 'active_support/binding_of_caller' -require 'active_support/breakpoint' +require 'active_support' require File.join(TEST_ROOT, '/../init') # Load database schema @@ -22,4 +21,4 @@ class Test::Unit::TestCase #:nodoc: self.use_transactional_fixtures = true self.use_instantiated_fixtures = false -end \ No newline at end of file +end