Nothing so far
- Switch from
with
tosubstitute
because Rails 7 pollutesObject
for everybody by introducingObject#with
. 💣
- Substition of constants
- Defer evaluation of the substitution value block for specs
- Refactor to support class variables as well
- Use declared subject as default target for with helper
- Require Ruby 3.0
- Substitution of instance variables
- Substitution of global variables
- Helper for Minitest spec notation