mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
added information about TEST_DIR env variable
This commit is contained in:
committed by
Xavier Noria
parent
3b10b8a201
commit
feec2250bb
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user