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

Ticket #7780 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] add support for assert_select_rjs with :show and :hide

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

Description

This patch adds support for:

assert_select_rjs :show, "element_name"

assert_select_rjs :hide, "element_name"

Attachments

assert_select_rjs_show_and_hide.patch (3.1 kB) - added by dchelimsky on 03/10/07 11:19:26.
assert_select_rjs_show_hide_and_toggle.patch (4.2 kB) - added by dchelimsky on 03/10/07 11:31:17.

Change History

03/10/07 11:19:26 changed by dchelimsky

  • attachment assert_select_rjs_show_and_hide.patch added.

03/10/07 11:31:17 changed by dchelimsky

  • attachment assert_select_rjs_show_hide_and_toggle.patch added.

03/10/07 11:32:28 changed by dchelimsky

Added a new patch that supports show, hide and toggle.

03/14/07 22:25:40 changed by josh

  • keywords set to verified.

05/26/07 20:33:58 changed by marcel

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

Applied in [6861].