]> git.openstreetmap.org Git - rails.git/blobdiff - test/test_helper.rb
object_list.type.relation isn't used by anything
[rails.git] / test / test_helper.rb
index 95b6e7e6766ba669c6451c5da9e5397d765651fe..c210315a96458a96b9b944e2f6c9d7c002c7e030 100644 (file)
@@ -3,7 +3,7 @@ require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
 require 'test_help'
 load 'composite_primary_keys/fixtures.rb'
 
-class Test::Unit::TestCase
+class ActiveSupport::TestCase
   # Transactional fixtures accelerate your tests by wrapping each test method
   # in a transaction that's rolled back on completion.  This ensures that the
   # test database remains unchanged so your fixtures don't have to be reloaded