mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
Fixed inconsistency between description and example in 'Running tests' section (#5802)
Expand test run examples to show running a specific line number or a matching regex. [ci skip]
This commit is contained in:
@@ -163,9 +163,10 @@ bin/test
|
|||||||
bin/test test/models/trackable_test.rb
|
bin/test test/models/trackable_test.rb
|
||||||
```
|
```
|
||||||
|
|
||||||
* Running a specific test given a regex:
|
* Running a specific test given a line number or a regex:
|
||||||
```bash
|
```bash
|
||||||
bin/test test/models/trackable_test.rb:16
|
bin/test test/models/trackable_test.rb:16
|
||||||
|
bin/test test/models/trackable_test.rb -n '/update.*record/'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Starting with Rails?
|
## Starting with Rails?
|
||||||
|
|||||||
Reference in New Issue
Block a user