Skip to content

Commit

Permalink
Add missing new line
Browse files Browse the repository at this point in the history
Co-authored-by: Akhil G Krishnan <[email protected]>
  • Loading branch information
matt17r and akhilgkrishnan authored Nov 9, 2023
1 parent e613a93 commit 381fbe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ Known extensions: rails, pride
```

#### Filtering Tests

The `--name` (`-n`) and `--exclude` options can be used to filter (include or exclude) tests based on the test name, not the file name. Test names are derived from the standard Ruby nomenclature of Class::Module::method. To name the tests, the Minitest DSL replaces `::` with `#` and converts test names to methods using snake_case and the prefix `test_` (preserving case). For example:

```
Expand Down

0 comments on commit 381fbe3

Please sign in to comment.