I’m porting an app from 2.3 to 3.0, have errors in my test suite, and
don’t get enough info to figure out where these occur. See the example
below; that’s all the feedback I get for an exception raised in a
view.
Suggestions on how I revert to the 2.x behaviour?
- Error:
test_should_show_pet(PetsControllerTest):
ActionView::Template::Error: undefined method `name’ for nil:NilClass
Isak