rails-multistep-form
rails-multistep-form copied to clipboard
NoMethodError deep_merge! for nil:NilClass in controller tests
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.