rails-multistep-form icon indicating copy to clipboard operation
rails-multistep-form copied to clipboard

NoMethodError deep_merge! for nil:NilClass in controller tests

Open cseelus opened this issue 9 years ago • 0 comments

Not really an issue, just to let others and you know, I had to add

    ModelWizard.new(Inspection, session).start

to my controller test in the create action, for a model called Inspection, to get it to pass. Before that I had a NoMethodError: undefined method 'deep_merge!' for nil:NilClass popping up.

cseelus avatar Jun 29 '15 00:06 cseelus