From 2d313efcb1241c16cc7d731456873042991dddde Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sat, 6 Jul 2013 22:52:47 +0200 Subject: [PATCH] actionpack not having activerecord tests [ci skip] --- actionpack/RUNNING_UNIT_TESTS.rdoc | 10 ---------- 1 file changed, 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. -