]> git.openstreetmap.org Git - rails.git/blobdiff - test/test_helper.rb
Can now run tests that use composite_primary_keys in the fixtures. Adding a new test...
[rails.git] / test / test_helper.rb
index b1d7a8fcc280dec9ac39ddbbad7c90de4adf0c2c..e954a9495c2cb63a2dda534e7d7648a89e4fb921 100644 (file)
@@ -1,6 +1,7 @@
 ENV["RAILS_ENV"] = "test"
 require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
 require 'test_help'
+load 'composite_primary_keys/fixtures.rb'
 
 class Test::Unit::TestCase
   # Transactional fixtures accelerate your tests by wrapping each test method