Add Rspec allow_action matcher for policies
Allows policy debug information to be shown if the test fails, instead of just showing true/false. Usage: it { is_expected.not_to allow_action(:read_group) }
Showing
Please register or sign in to comment