diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-08-27 22:28:15 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-08-27 22:28:15 -0700 |
commit | 59391eb90ca65fcc85ae0422a835a212af2a63ac (patch) | |
tree | 44efaa210fb82ab40dddf91fbf0b9a1fed061f06 | |
parent | 81fb5317dcdec7a9279c1004f3da3204b6c59c76 (diff) | |
parent | 8179fdd06a32a722e5f1ac63b07c71896ba8e230 (diff) | |
download | rails-59391eb90ca65fcc85ae0422a835a212af2a63ac.tar.gz rails-59391eb90ca65fcc85ae0422a835a212af2a63ac.tar.bz2 rails-59391eb90ca65fcc85ae0422a835a212af2a63ac.zip |
Merge pull request #12033 from alexaltair/patch-1
change reference of `Test::Unit` to `Minitest` [ci skip]
-rw-r--r-- | guides/source/command_line.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 639476eeeb..f11e08a0c1 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -471,7 +471,7 @@ spec/models/user_spec.rb: INFO: A good description of unit testing in Rails is given in [A Guide to Testing Rails Applications](testing.html) -Rails comes with a test suite called `Test::Unit`. Rails owes its stability to the use of tests. The tasks available in the `test:` namespace helps in running the different tests you will hopefully write. +Rails comes with a test suite called Minitest. Rails owes its stability to the use of tests. The tasks available in the `test:` namespace helps in running the different tests you will hopefully write. ### `tmp` |