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

stub_model/mock_model doubles cannot be set as associations in Rails 4.1 #895

Closed
alindeman opened this issue Dec 27, 2013 · 1 comment
Closed

Comments

@alindeman
Copy link
Contributor

See https://travis-ci.org/rspec/rspec-rails/jobs/15893673 for failures. ActiveRecord 4.1 now requires us to implement an association method for the purpose of setting an inverse by default.

I hope it's possible to disable this behavior. Currently digging in :)

@alindeman
Copy link
Contributor Author

Fixed with #896

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