From d9710212c2715d80bce7210b0d69dee61f931013 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 20 Dec 2014 14:42:52 -0800 Subject: Describe the mailer and helpers directories which are generated by `rails new`. [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/testing.md b/guides/source/testing.md index ed04ccd100..4bd0624f27 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -43,7 +43,7 @@ controllers/ helpers/ mailers/ test_helper.rb fixtures/ integration/ models/ ``` -The `models` directory is meant to hold tests for your models, the `controllers` directory is meant to hold tests for your controllers and the `integration` directory is meant to hold tests that involve any number of controllers interacting. +The `models` directory is meant to hold tests for your models, the `controllers` directory is meant to hold tests for your controllers and the `integration` directory is meant to hold tests that involve any number of controllers interacting. There is also a directory for testing your mailers, and helper methods which you are used within the view layer. Fixtures are a way of organizing test data; they reside in the `fixtures` folder. -- cgit v1.2.3