aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb
Commit message (Expand)AuthorAgeFilesLines
* rm -rf rails_generator/generatorsJosé Valim2009-07-021-8/+0
* Changed all generated tests to use the test/do declaration style [DHH]David Heinemeier Hansson2008-06-121-1/+1
* Generated tests rely on test dir in load path rather than File.dirname shenan...Jeremy Kemper2008-03-291-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-1/+1
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-011-2/+0
* Stop annoying me when Im changing fixtures for other tests firstDavid Heinemeier Hansson2006-02-281-1/+1
* Model generator: correct relative path to test_helper in unit test.Jeremy Kemper2005-11-221-1/+1
* Added demonstration of fixture use to the test case generated by the model ge...David Heinemeier Hansson2005-11-021-5/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-2/+2
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-2/+2
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-2/+2
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-071-0/+14