Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7699

Show
Ignore:
Timestamp:
09/30/07 22:55:39 (8 months ago)
Author:
david
Message:

Docfix (closes #9740) [chuyeow]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/RUNNING_UNIT_TESTS

    r1140 r7699  
    1616== Dependency on ActiveRecord and database setup 
    1717 
    18 Test cases in test/controller/active_record_assertions.rb depend on having 
    19 activerecord installed and configured in a particular way. See comment in the 
    20 test file itself for details. If ActiveRecord is not in  
    21 actionpack/../activerecord directory, these tests are skipped. If activerecord 
    22 is installed, but not configured as expected, the tests will fail. 
     18Test cases in the test/controller/active_record/ directory depend on having 
     19activerecord and sqlite installed. If ActiveRecord is not in  
     20actionpack/../activerecord directory, or the sqlite rubygem is not installed, 
     21these tests are skipped. 
    2322 
    2423Other tests are runnable from a fresh copy of actionpack without any configuration.