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

Ticket #9740 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Update ActionPack RUNNING_UNIT_TESTS documentation

Reported by: chuyeow Assigned to: core
Priority: normal Milestone: 1.x
Component: ActionPack Version: edge
Severity: normal Keywords: documentation
Cc:

Description

Doc fix for http://dev.rubyonrails.org/browser/trunk/actionpack/RUNNING_UNIT_TESTS.

test/controller/active_record_assertions.rb no longer exists, and the dependency now is only on sqlite.

Attachments

actionpack_tests_doc_fix.diff (1.0 kB) - added by chuyeow on 09/30/07 17:59:15.

Change History

09/30/07 17:59:15 changed by chuyeow

  • attachment actionpack_tests_doc_fix.diff added.

09/30/07 22:55:42 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [7699]) Docfix (closes #9740) [chuyeow]