mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
actionpack not having activerecord tests [ci skip]
This commit is contained in:
parent
06ad30758c
commit
2d313efcb1
1 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