diff options
author | yui-knk <spiketeika@gmail.com> | 2015-03-22 22:54:14 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-03-22 22:54:14 +0900 |
commit | 39dfbf0b9c7031e73c1ba35d3143776f0e55c16f (patch) | |
tree | c23cbe0fd58e9db913413719e77f4ee12fa9d1fc /guides | |
parent | 0d16c9d1a576a2207f1bcf2ac6d6818131fbb72f (diff) | |
download | rails-39dfbf0b9c7031e73c1ba35d3143776f0e55c16f.tar.gz rails-39dfbf0b9c7031e73c1ba35d3143776f0e55c16f.tar.bz2 rails-39dfbf0b9c7031e73c1ba35d3143776f0e55c16f.zip |
[ci skip] Capitalize title
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 52e3655142..f468490d95 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -929,7 +929,7 @@ assert_select_email do end ``` -Testing helpers +Testing Helpers --------------- In order to test helpers, all you need to do is check that the output of the |