All Versions
16
Latest Version
Avg Release Cycle
133 days
Latest Release
1027 days ago

Changelog History
Page 1

  • v1.7.0 Changes

    July 04, 2021
    • โšก๏ธ 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
  • v1.6.0 Changes

    May 26, 2018
    • Allow permit_mass_assignment_of and forbid_mass_assignment_of to accept an array of attributes for testing the mass asignment of multiple attributes.
  • v1.5.1 Changes

    May 12, 2018
    • โœ‚ Remove configuration from being in a seperate file (to get gem working again).
  • v1.5.0 Changes

    May 12, 2018
    • โž• Add support for configuring a custom user alias globally.
  • v1.4.1 Changes

    October 30, 2017
    • Fix permit_actions and forbid_actions matchers that were still not working with a singular action.
  • v1.4.0 Changes

    October 30, 2017
    • โž• Add a changelog going back to the 1.0.0 release.
    • Remove requirement that permit_actions and forbid_actions matchers check more than one action.
    • โž• Add a list of which actions are mismatched to failure messages.
  • v1.3.1 Changes

    August 02, 2017
    • โœ‚ Remove mention of record from error messages, since the record may be undefined.
  • v1.3.0 Changes

    June 03, 2017
    • Add support for a second parameter in permit_action and forbid_action matchers, containing arguments.
  • v1.2.3 Changes

    March 13, 2017
    • โช Rollback the attempt to split matchers file into smaller files.
  • v1.2.2 Changes

    March 13, 2017
    • Attempt to get split matchers file working inside of gem.