Skip to content

Commit

Permalink
added information about TEST_DIR env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody32 committed Feb 26, 2011
1 parent 2e60b00 commit 6de3f1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions railties/guides/source/contributing_to_ruby_on_rails.textile
Expand Up @@ -101,6 +101,14 @@ $ cd actionpack
$ rake test
</shell>

If you want to run tests from the specific directory use the +TEST_DIR+ environment variable. For example, this will run tests inside +railties/test/generators+ directory only:

<shell>
$ cd railties
$ TEST_DIR=generators rake test
</shell>


h4. Warnings

The test suite runs with warnings enabled. Ideally Ruby on Rails should issue no warning, but there may be a few, and also some from third-party libraries. Please ignore (or fix!) them if any, and submit patches that do not issue new warnings.
Expand Down

0 comments on commit 6de3f1f

Please sign in to comment.