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
rspec-expectations recently released v3.13.2, which includes a change to
the include matcher (see rspec/rspec-expectations@bd5d306).
This change breaks using the splat operator on an array into the include
matcher.
This commit updates the matcher to iterate over the array instead of
using the splat operator.
0 commit comments