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

Ticket #8700 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Improve test coverage on ActiveResource Validations

Reported by: josh Assigned to: bitsweat
Priority: normal Milestone: 1.x
Component: ActiveResource Version: edge
Severity: minor Keywords: tests tiny unverified
Cc:

Description

Brings rcov test coverage to 100% on ActiveResource::Validations and ActiveResource::Errors modules.

Attachments

improve_ares_validations_test_coverage.diff (1.4 kB) - added by josh on 06/20/07 16:17:14.

Change History

06/20/07 16:17:14 changed by josh

  • attachment improve_ares_validations_test_coverage.diff added.

09/16/07 21:28:36 changed by josh

  • keywords changed from tests tiny to tests tiny unverified.

09/20/07 23:35:46 changed by hvolkmer

+1

09/21/07 23:31:24 changed by david

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

(In [7532]) Increase test coverage (closes #8699, #8700) [josh]