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

add spec for Range#=== to behave like Range#cover? in Ruby 2.7 #797

Merged
merged 2 commits into from
Oct 20, 2020

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    20516e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. move shared Range#cover? specs for subranges to own group

    PR ruby#797 introduces specs for `:===` to behave like `:cover?`, except for subranges.
    In order to reuse the `describe :range_cover, shared: true` group for `:===`, it's been suggested to move specs related to subranges to its own group.
    lxxxvi committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    4cbc1b4 View commit details
    Browse the repository at this point in the history