diff options
author | Alex Altair <alexanderaltair@gmail.com> | 2013-08-26 15:36:03 -0700 |
---|---|---|
committer | Alex Altair <alexanderaltair@gmail.com> | 2013-08-27 15:48:48 -0700 |
commit | 8179fdd06a32a722e5f1ac63b07c71896ba8e230 (patch) | |
tree | ca91e05f553bcec363a77db4822e7b5acca008c2 | |
parent | 7a1725c3dd74152ec9f7db7fbf33714b7bbd158e (diff) | |
download | rails-8179fdd06a32a722e5f1ac63b07c71896ba8e230.tar.gz rails-8179fdd06a32a722e5f1ac63b07c71896ba8e230.tar.bz2 rails-8179fdd06a32a722e5f1ac63b07c71896ba8e230.zip |
Update Test::Unit to Minitest
Previous was misleading; current is more up to date.
[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` |