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

Ticket #9740: actionpack_tests_doc_fix.diff

File actionpack_tests_doc_fix.diff, 1.0 kB (added by chuyeow, 1 year ago)
  • actionpack/RUNNING_UNIT_TESTS

    old new  
    1515 
    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. 
    2524