diff options
author | Prem Sichanugrist and Chris Toomey <prem+chris@thoughtbot.com> | 2013-01-25 13:44:36 -0500 |
---|---|---|
committer | Prem Sichanugrist <s@sikac.hu> | 2013-03-09 16:03:54 -0500 |
commit | b4df25366a3c8f133f8329bc35f1d53926704b5a (patch) | |
tree | 5a904251263f996bc8fd3eeed6fb9b4d3902692e /railties/lib/rails/engine.rb | |
parent | 15970efb2acc7767f2f20c5d649e53ace2e2ddb5 (diff) | |
download | rails-b4df25366a3c8f133f8329bc35f1d53926704b5a.tar.gz rails-b4df25366a3c8f133f8329bc35f1d53926704b5a.tar.bz2 rails-b4df25366a3c8f133f8329bc35f1d53926704b5a.zip |
Add `rails test` command to run the test suite
To run the whole test suite:
$ rails test
To run the test file(s):
$ rails test test/unit/foo_test.rb [test/unit/bar_test.rb ...]
To run the test suite
$ rails test [models,helpers,units,controllers,mailers,...]
For more information, see `rails test --help`.
This command will eventually replacing `rake test:*`, and `rake test`
command will actually invoking `rails test` instead.
Diffstat (limited to 'railties/lib/rails/engine.rb')
0 files changed, 0 insertions, 0 deletions