From 74ddf0051f9cc7ee7ac73def97392f5c327c3647 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sun, 21 Dec 2014 00:36:01 +0100 Subject: Follow-up to d9710212 [skip ci] --- 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 c8a87c57e8..b279463ea8 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. There is also a directory for testing your mailers, and helper methods which you are used within the view layer. +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 one for testing view helpers. Fixtures are a way of organizing test data; they reside in the `fixtures` directory. -- cgit v1.2.3