Pundit Matchers v1.7.0 Release Notes

Release Date: 2021-07-04 // almost 3 years ago
    • ⚡️ Update Ruby, Bundler, and gem versions used in development/test environments.
    • Show a warning when is_expected.not_to permit_actions is attempted.
    • 👍 Allow a series of parameters to be passed to permit_actions and forbid_actions

Previous changes from v1.6.0

    • Allow permit_mass_assignment_of and forbid_mass_assignment_of to accept an array of attributes for testing the mass asignment of multiple attributes.