Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMethodError deep_merge! for nil:NilClass in controller tests #7

Open
cseelus opened this issue Jun 29, 2015 · 0 comments
Open

NoMethodError deep_merge! for nil:NilClass in controller tests #7

cseelus opened this issue Jun 29, 2015 · 0 comments

Comments

@cseelus
Copy link

cseelus commented Jun 29, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant