mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #11337 from arunagw/actionview-rdoc
RUNNING_UNIT_TESTS tweaks.
This commit is contained in:
commit
1ec090e392
2 changed files with 0 additions and 10 deletions
|
@ -15,13 +15,3 @@ To run a single test suite
|
|||
which can be further narrowed down to one test:
|
||||
|
||||
rake test TEST=path/to/test.rb TESTOPTS="--name=test_something"
|
||||
|
||||
== Dependency on Active Record and database setup
|
||||
|
||||
Test cases in the test/active_record/ directory depend on having
|
||||
activerecord and sqlite installed. If Active Record is not in
|
||||
actionpack/../activerecord directory, or the sqlite rubygem is not installed,
|
||||
these tests are skipped.
|
||||
|
||||
Other tests are runnable from a fresh copy of actionpack without any configuration.
|
||||
|
||||
|
|
Loading…
Reference in a new issue