aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2018-09-11 23:52:27 +0200
committerXavier Noria <fxn@hashref.com>2018-09-11 23:57:25 +0200
commitf589e20b0a865a7efd93e65b2887f0e4ab9a556f (patch)
treee9b0c87c3ade2befb7a679e0ad6181675971ab61 /guides/source/5_0_release_notes.md
parente9ae7a1514d660fee8cacc6a9aa7524f6f4617e3 (diff)
downloadrails-f589e20b0a865a7efd93e65b2887f0e4ab9a556f.tar.gz
rails-f589e20b0a865a7efd93e65b2887f0e4ab9a556f.tar.bz2
rails-f589e20b0a865a7efd93e65b2887f0e4ab9a556f.zip
use "minitest" consistently
The name of the minitest library is spelled that way: regular font, and lowercase. Lowercase is used even at the beginning of sentences, see http://docs.seattlerb.org/minitest/ I double-checked this with @zenspider too (thanks!).
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index e57ef03518..d63921507d 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -169,7 +169,7 @@ It includes some of these notable advancements:
instead of waiting for the suite to complete.
- Defer test output until the end of a full test run using the `-d` option.
- Complete exception backtrace output using `-b` option.
-- Integration with `Minitest` to allow options like `-s` for test seed data,
+- Integration with minitest to allow options like `-s` for test seed data,
`-n` for running specific test by name, `-v` for better verbose output and so forth.
- Colored test output.