Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zamith authored May 27, 2019
1 parent 1c08a9c commit de8fbba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@ If you want to run all the tests in a directory as well as its subdirectories, u
Finished in 3.459902s, 45.0880 runs/s, 87.5747 assertions/s.

156 tests, 303 assertions, 0 failures, 0 errors, 13 skips

If you need to pass some option down to the actual runner, that is also supported:

$ m test/models -- --seed 1234
Run options: --seed 1234

..

Finished in 3.459902s, 45.0880 runs/s, 87.5747 assertions/s.

156 tests, 303 assertions, 0 failures, 0 errors, 13 skips

Ensure that you use the `--` before the options, otherwise you'll get an invalid option error. Also, these extra option should always be the last argument.


SUPPORT
Expand All @@ -119,6 +132,7 @@ SUPPORT
- Test::Unit
- ActiveSupport::TestCase
- MiniTest::Unit::TestCase
- Minitest


CONTRIBUTING
Expand Down

0 comments on commit de8fbba

Please sign in to comment.