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

act_as_paranoid matcher does not work with Rails 5.2 #451

Open
KaleFive opened this issue Aug 23, 2018 · 1 comment
Open

act_as_paranoid matcher does not work with Rails 5.2 #451

KaleFive opened this issue Aug 23, 2018 · 1 comment
Labels

Comments

@KaleFive
Copy link

Spec was working on Rails 5.1.6 but fails on act_as_paranoid in Rails 5.2

screen shot 2018-08-23 at 5 12 57 pm

Paranoia is in fact there though as directly implementing source code of the matcher does work
screen shot 2018-08-23 at 5 15 13 pm
----> This passes

@rdh
Copy link

rdh commented Aug 9, 2019

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.

I believe it's related to this issue with Spring... rails/spring#209 (comment)

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

No branches or pull requests

3 participants