Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with RSpec 3.10 #114

Merged
merged 2 commits into from
Dec 23, 2020
Merged

Fix compatibility with RSpec 3.10 #114

merged 2 commits into from
Dec 23, 2020

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    2642cb8 View commit details
    Browse the repository at this point in the history
  2. Fix compatibility with RSpec 3.10

    It seems that RSpec 3.10 changed the Has matcher which breaks the monkey
    patches that SuperDiff makes. Fix those monkey patchers and extend the
    Appraisals such that now we test against both RSpec < 3.10 and RSpec >=
    3.10.
    mcmire committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    6f1f896 View commit details
    Browse the repository at this point in the history