actionpack not having activerecord tests [ci skip]

This commit is contained in:
Arun Agrawal 2013-07-06 22:52:47 +02:00
parent 06ad30758c
commit 2d313efcb1
1 changed files with 0 additions and 10 deletions

View File

@ -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.