Closed
Description
In 0.9.0 ActionController::SerializationAssertions
defines setup_subscriptions
and teardown_subscriptions
methods, but doesn't call super. Which means the ActionController::TemplateAssertions
subscriptions are never created, which is breaking the assert_template
assertion.
I'm not sure if calling super
is the best fix. I'm up for creating a patch once I know the preferred solution.
Metadata
Metadata
Assignees
Labels
No labels