1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix testing guide typo

This commit is contained in:
Jon Evans 2018-06-01 23:25:47 -06:00 committed by GitHub
parent 32aa7cdd8f
commit 61725674fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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