mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #12033 from alexaltair/patch-1
change reference of `Test::Unit` to `Minitest` [ci skip]
This commit is contained in:
commit
59391eb90c
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue