v6.1.0
6.1.0 - 2024-01-19
Bug fixes
- Fix negative form of
validate_numericality
matcher by @matsales28 (#1603)
Features
- Add support for negated matcher on have_secure_password matcher by @amalrik (#1593)
- Add
encrypt
matcher to test usage of theencrypts
macro by @theforestvn88 (#1581) - Add
query_constraints
qualifier on the association matchers by @matsales28 (#1604)
Improvements
- Remove
array_column?
helper fromValidateAbsenceOfMatcher
by @jarenas9539 (#1562) - Bump rubocop version to 1.59.0 by @vsppedro (#1600)
- Update Ruby version to 3.3.0 by @VSSPedro(#1599)
- Fix
REPRODUCTION_SCRIPT.md
link returning 404 by @vsppedro (#1602) - Add support for globally enabled frozen-string-literals by @amalrik (#1598)
- Adjust typos in the documentation by @matsales28 (#1597)