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
TEST: remove invalid yield usage from spec example
Using yield outside method definition is invalid, and
with ruby3.3.0dev, this usage in spec example file causes
spec testsuite failure.
So to make test pass also on ruby3.3, remove this usage.
Fixeslsegal#1514 .
0 commit comments