Pundit testing approaches compared
I am an old-time CanCanCan user and recently started to consider switching to Pundit. I am also a big fan of RSpec. Given how important Authorization (AuthZ) is, I want to test it properly.
I found two approaches to test Pundit policies with RSpec and I want to compare them in my post Comparing Pundit RSpec test Approaches
Post a comment