Skip to content

Commit

Permalink
Revert "Updated with where functional/helper tests go"
Browse files Browse the repository at this point in the history
This reverts commit c94cfda.

* This is the new 4.0 (master) directory structure
  • Loading branch information
jasonnoble committed Nov 25, 2012
1 parent f9793a1 commit 064ae35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/getting_started.md
Expand Up @@ -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 |

Expand Down

0 comments on commit 064ae35

Please sign in to comment.