mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
Remove duplication in test_help.rb Closes #3328 [jarkko]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7395 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user