aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* You dont need to explicitly declare which controller youre testing when you f...David Heinemeier Hansson2007-11-301-2/+0
* Use the new TestCase subclasses in the scaffold and resource generators also....Jeremy Kemper2007-11-161-11/+3
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-011-2/+0
* Added script/generate resource which works just like scaffold_resource, but c...David Heinemeier Hansson2006-10-091-0/+20