You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tweak github actions to work around old kwargs syntax
rails7 stable appears to still use a ruby-2.7-- syntax that
does not work with minitest mocks unless MT_KWARGS_HACK is set.
I cannot see where rails CI does this but I can see on head
of Rails development they corrected all the tests we use to
'expect' explicit kwargs vs stuffing them onto the args parameter.
0 commit comments