Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7395

Show
Ignore:
Timestamp:
09/02/07 23:50:51 (1 year ago)
Author:
nzkoz
Message:

Remove duplication in test_help.rb Closes #3328 [jarkko]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/lib/test_help.rb

    r6611 r7395  
    1414 
    1515def create_fixtures(*table_names) 
    16   Fixtures.create_fixtures(RAILS_ROOT + "/test/fixtures", table_names) 
     16  Fixtures.create_fixtures(Test::Unit::TestCase.fixture_path, table_names) 
    1717end