From 61725674fc50615ccc0921dc8281b5a6881566eb Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Fri, 1 Jun 2018 23:25:47 -0600 Subject: Fix testing guide typo --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/testing.md') diff --git a/guides/source/testing.md b/guides/source/testing.md index 0a6d2d6555..7958236902 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -1476,7 +1476,7 @@ Testing Helpers --------------- A helper is just a simple module where you can define methods which are -available into your views. +available in your views. In order to test helpers, all you need to do is check that the output of the helper method matches what you'd expect. Tests related to the helpers are -- cgit v1.2.3