Skip to content

Commit

Permalink
Remove duplication in test_help.rb Closes #3328 [jarkko]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7395 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
NZKoz committed Sep 2, 2007
1 parent ed09b62 commit 2fc4be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/test_help.rb
Expand Up @@ -13,5 +13,5 @@
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

0 comments on commit 2fc4be6

Please sign in to comment.