diff options
author | Kir Shatrov <shatrov@me.com> | 2015-03-22 12:52:17 +0200 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2015-03-22 12:52:17 +0200 |
commit | 0d16c9d1a576a2207f1bcf2ac6d6818131fbb72f (patch) | |
tree | 60caa9ef6f6af9bfcc114703cbc4c9a02ec09f97 | |
parent | e1440b264943e2d5fdd3e54f67c11591c9607810 (diff) | |
download | rails-0d16c9d1a576a2207f1bcf2ac6d6818131fbb72f.tar.gz rails-0d16c9d1a576a2207f1bcf2ac6d6818131fbb72f.tar.bz2 rails-0d16c9d1a576a2207f1bcf2ac6d6818131fbb72f.zip |
Better title in Testing Guide
suggested by @senny
https://github.com/rails/rails/pull/18305#issuecomment-73847595
-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 cb3bd68fbe..52e3655142 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -162,7 +162,7 @@ project is created. We will cover each of types Rails tests listed above in this guide. -Unit Testing your Models +Model Testing ------------------------ In Rails, unit tests are what you write to test your models. |