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

Ticket #1581 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Added more tests to assert_redirect_to and modules

Reported by: rick Assigned to: David
Priority: normal Milestone:
Component: ActionPack Version: 0.12.1
Severity: trivial Keywords: assert_redirected_to
Cc:

Description

I thought a had found a bug regarding assert_redirected_to and modules, so I wrote some test methods to prove it. Turns out I was wrong. Here's the test cases though. Also, fixed one instance in assert_redirected_to that was calling the depreciated assert_redirect method.

Attachments

1608_redirect_assertions.diff (3.2 kB) - added by rick on 07/02/05 15:45:34.

Change History

07/02/05 15:45:34 changed by rick

  • attachment 1608_redirect_assertions.diff added.

07/02/05 18:18:03 changed by david

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