aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-07-06 22:52:47 +0200
committerArun Agrawal <arunagw@gmail.com>2013-07-06 22:52:47 +0200
commit2d313efcb1241c16cc7d731456873042991dddde (patch)
treeadc24ea4c14603ef1e988e93b67d128604b19920 /actionpack/RUNNING_UNIT_TESTS.rdoc
parent06ad30758cf22ee7d2d6ea8253615231dc876d7e (diff)
downloadrails-2d313efcb1241c16cc7d731456873042991dddde.tar.gz
rails-2d313efcb1241c16cc7d731456873042991dddde.tar.bz2
rails-2d313efcb1241c16cc7d731456873042991dddde.zip
actionpack not having activerecord tests [ci skip]
Diffstat (limited to 'actionpack/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r--actionpack/RUNNING_UNIT_TESTS.rdoc10
1 files changed, 0 insertions, 10 deletions
diff --git a/actionpack/RUNNING_UNIT_TESTS.rdoc b/actionpack/RUNNING_UNIT_TESTS.rdoc
index 1b29abd2d1..08767ae133 100644
--- a/actionpack/RUNNING_UNIT_TESTS.rdoc
+++ b/actionpack/RUNNING_UNIT_TESTS.rdoc
@@ -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.
-