Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
make tests pass on newer active support
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Pytel committed Apr 13, 2009
1 parent 38ff649 commit a799422
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_helper.rb
Expand Up @@ -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
Expand All @@ -22,4 +21,4 @@
class Test::Unit::TestCase #:nodoc:
self.use_transactional_fixtures = true
self.use_instantiated_fixtures = false
end
end

0 comments on commit a799422

Please sign in to comment.