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

Fixes when given an array as rspec_opt #2704

Merged
merged 2 commits into from Mar 18, 2020
Merged

Commits on Mar 15, 2020

  1. This spec was testing for the wrong string exclusion and thus always …

    …succeeding.
    
    We really should have `include(...).once` as an available matcher.
    rspec/rspec-expectations#685
    marcandre committed Mar 15, 2020
    Copy the full SHA
    7b4b2b9 View commit details
    Browse the repository at this point in the history
  2. Fix treatment of rake task option as an Array.

    Found because `array =~ /.../` is deprecated in 2.7 and
    generates a warning in Ruby 2.6.
    marcandre committed Mar 15, 2020
    Copy the full SHA
    e894c64 View commit details
    Browse the repository at this point in the history