This project is archived and is in readonly mode.
Raise exceptions instead of rendering exceptions templates in test environment
Reported by Rolf Bjaanes | April 2nd, 2010 @ 07:09 PM | in 3.0.2
Rails was rendering exception templates instead of raising
exceptions so Cucumber
was unable to catch the exception when running cucumbers.
Patch is attached.
Thanks for the help José!
Comments and changes to this ticket
-
Repository April 2nd, 2010 @ 07:54 PM
- State changed from new to resolved
(from [d898a4ba425a201827f07a5bb11c8c6bf85159b8]) Raise exceptions instead of rendering error templates in test environment [#4315 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/d898a4ba425a201827f07a5bb11c8c... -
José Valim April 2nd, 2010 @ 07:56 PM
- Milestone cleared.
Applied! Congratulations on your first patch!
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 4315 Raise exceptions instead of rendering exceptions templates in test environment (from [d898a4ba425a201827f07a5bb11c8c6bf85159b8]) Raise e...