Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rspec/rspec-expectations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.1
Choose a base ref
...
head repository: rspec/rspec-expectations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.2
Choose a head ref
  • 9 commits
  • 18 files changed
  • 3 contributors

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    84fc254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123f359 View commit details
    Browse the repository at this point in the history
  3. yield_control hardening (#1167)

    Prevent invalid argument given to yield_control.exactly / at_least / at_most
    
    Previously `exactly(:trice)` would always provide a failure with message 'expected given block to yield control', even if control was yielded.
    
    `at_least(:trice)` yields a cryptic error 'ArgumentError: comparison of Integer with nil failedinstead of an error as it should'.
    marcandre authored and JonRowe committed May 8, 2020
    Configuration menu
    Copy the full SHA
    96bad96 View commit details
    Browse the repository at this point in the history
  4. Changelog for #1167

    JonRowe committed May 8, 2020
    Configuration menu
    Copy the full SHA
    f3da44b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1176 from rspec/fix-kw-args-deprecation-in-dsl

    Fix Ruby 2.7 keyword args deprecation in DSL
    JonRowe committed May 8, 2020
    Configuration menu
    Copy the full SHA
    fdbf174 View commit details
    Browse the repository at this point in the history
  6. Changelog for #1176

    JonRowe committed May 8, 2020
    Configuration menu
    Copy the full SHA
    bffc9e8 View commit details
    Browse the repository at this point in the history
  7. fux travis

    JonRowe committed May 8, 2020
    Configuration menu
    Copy the full SHA
    6a2e5fd View commit details
    Browse the repository at this point in the history
  8. Cleanup whitespace

    JonRowe committed May 8, 2020
    Configuration menu
    Copy the full SHA
    c96b792 View commit details
    Browse the repository at this point in the history
  9. Version 3.9.2

    JonRowe committed May 8, 2020
    Configuration menu
    Copy the full SHA
    69aefd8 View commit details
    Browse the repository at this point in the history
Loading