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

Ticket #10056 (closed enhancement: incomplete)

Opened 8 months ago

Last modified 3 months ago

[PATCH] ActionView::TestCase

Reported by: josh Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc: tarmo

Description

This patch is a follow up for ActiveSupport::TestUnit and ActionController::TestUnit recently added.

This patch adds a "ActionView::TestCase" for testing helpers. (Maybe it should be namespaced to "ActionView::Helpers::TestCase"?)

I've been using the basic idea in a few projects and it works great. The current patch is a bit rough and still needs some cleanup.

Attachments

actionview_testunit.rb (3.1 kB) - added by josh on 11/02/07 04:25:07.
actionview_testunit.diff (3.6 kB) - added by josh on 11/03/07 19:09:19.
actionview_testunit.2.diff (3.6 kB) - added by josh on 11/03/07 19:10:01.

Change History

11/02/07 04:25:07 changed by josh

  • attachment actionview_testunit.rb added.

11/02/07 05:09:30 changed by tarmo

  • cc set to tarmo.

11/03/07 19:09:19 changed by josh

  • attachment actionview_testunit.diff added.

11/03/07 19:10:01 changed by josh

  • attachment actionview_testunit.2.diff added.

04/12/08 01:34:39 changed by josh

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