We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spec was working on Rails 5.1.6 but fails on act_as_paranoid in Rails 5.2
act_as_paranoid
Paranoia is in fact there though as directly implementing source code of the matcher does work ----> This passes
The text was updated successfully, but these errors were encountered:
Just tracked down a similar problem, but didn't tie it to Rails 5.2.
My fix was to add require 'paranoia/rspec' to spec/rails_helper.rb.
require 'paranoia/rspec'
spec/rails_helper.rb
I believe it's related to this issue with Spring... rails/spring#209 (comment)
Sorry, something went wrong.
No branches or pull requests
Spec was working on Rails 5.1.6 but fails on
act_as_paranoid
in Rails 5.2Paranoia is in fact there though as directly implementing source code of the matcher does work
----> This passes
The text was updated successfully, but these errors were encountered: