From 064ae350dc8764dd10f2274a4293780b0210339c Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sun, 25 Nov 2012 12:02:01 -0700 Subject: Revert "Updated with where functional/helper tests go" This reverts commit c94cfdad6388dcdfaf4c10b9e8cee46baf2a7901. * This is the new 4.0 (master) directory structure --- guides/source/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 4273f2d95c..78af810af9 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1347,9 +1347,9 @@ This creates six files and one empty directory: | -------------------------------------------- | ---------------------------------------- | | app/controllers/comments_controller.rb | The Comments controller | | app/views/comments/ | Views of the controller are stored here | -| test/functional/comments_controller_test.rb | The test for the controller | +| test/controllers/comments_controller_test.rb | The test for the controller | | app/helpers/comments_helper.rb | A view helper file | -| test/unit/helpers/comments_helper_test.rb | The test for the helper | +| test/helpers/comments_helper_test.rb | The test for the helper | | app/assets/javascripts/comment.js.coffee | CoffeeScript for the controller | | app/assets/stylesheets/comment.css.scss | Cascading style sheet for the controller | -- cgit v1.2.3