diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/test_help.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/test_help.rb b/railties/lib/test_help.rb index 61f64972c4..a7401e6e93 100644 --- a/railties/lib/test_help.rb +++ b/railties/lib/test_help.rb @@ -13,5 +13,5 @@ Test::Unit::TestCase.fixture_path = RAILS_ROOT + "/test/fixtures/" ActionController::IntegrationTest.fixture_path = Test::Unit::TestCase.fixture_path def create_fixtures(*table_names) - Fixtures.create_fixtures(RAILS_ROOT + "/test/fixtures", table_names) + Fixtures.create_fixtures(Test::Unit::TestCase.fixture_path, table_names) end |