aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/test_help.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/test_help.rb')
-rw-r--r--railties/lib/test_help.rb2
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