splitwise / super_diff

A more helpful way to view differences between complex data structures in RSpec.
https://splitwise.github.io/super_diff/
MIT License
960 stars 50 forks source link

Fix CI #217

Closed mcmire closed 7 months ago

mcmire commented 7 months ago

A recent change in rspec-expectations has caused the tests to start failing in CI. It seems that an_array_matching is no longer an AliasedMatcher but is a direct instance of our MatchArray class. I am not sure why this happens, but I do know that tests start failing at 3.12.4. Rolling back to 3.12.3 fixes the error temporarily.