Skip to content

Commit dbc1bb2

Browse files
authored
Fix minitest name (#5821)
"Mini Test" was used in #5012 but "minitest" is the correct product name. See also: https://github.com/minitest/minitest/blob/master/README.rdoc#description > minitest provides a complete suite of testing facilities > supporting TDD, BDD, and benchmarking. In this description, "minitest" is used. [ci skip] Signed-off-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
1 parent c51da69 commit dbc1bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ BUNDLE_GEMFILE=gemfiles/Gemfile-rails-8-0 DEVISE_ORM=mongoid bin/test
151151
```
152152

153153
### Running tests
154-
Devise uses [Mini Test](https://github.com/seattlerb/minitest) as test framework.
154+
Devise uses [minitest](https://github.com/seattlerb/minitest) as test framework.
155155

156156
* Running all tests:
157157
```bash

0 commit comments

Comments
 (0)