RR v3.0.7 Release Notes
Release Date: 2021-08-17 // over 3 years ago-
๐ Fixes
- Minitest + Active Support integration: Fixed a bug that
stub
insetup {...}
is ignored. [GitHub#87][Reported by Boris]
Thanks
- Boris
- Minitest + Active Support integration: Fixed a bug that
Previous changes from v3.0.6
-
๐ Improvements
assert_received
: Added support for keyword arguments. [GitHub#86][Reported by imadoki]
Thanks
- imadoki