1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

re-phrase how to run a test

This commit is contained in:
Waynn Lue 2014-04-15 11:04:07 -07:00
parent a5a254268b
commit ca13cc1f17

View file

@ -8,10 +8,10 @@ Rake can be found at http://rake.rubyforge.org.
== Running by hand
To run a single test suite
Run a single test suite:
rake test TEST=path/to/test.rb
which can be further narrowed down to one test:
Run one test in a test suite:
rake test TEST=path/to/test.rb TESTOPTS="--name=test_something"