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

Ticket #11496 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

[PATCH] Fix failing tests in railties

Reported by: miloops Assigned to: core
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: normal Keywords:
Cc:

Description

I did this small patch to fix some failing tests in Railties. Now all tests (except fcgi) will pass.

Fixed: plugins tests, initializer test and secret key generation test.

Attachments

fix_railties_tests.diff (2.9 kB) - added by miloops on 04/01/08 16:03:05.

Change History

04/01/08 16:03:05 changed by miloops

  • attachment fix_railties_tests.diff added.

04/01/08 16:54:33 changed by bitsweat

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

(In [9197]) Improving railties test coverage. Closes #11496 [miloops]