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.8.3
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.8.4
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 10, 2019

  1. "KindOf" matchers: Rescue NoMethodError instead of respond_to? ch…

    …eck (#1112)
    
    * "KindOf" matchers: Rescue `NoMethodError` instead of `respond_to?` check
    
    * "BeAnInstanceOf" matcher: Rescue `NoMethodError` inline
    
    * BeAKindOf matcher: improve performance & error message
    
    * BeAKindOf matcher: revert performance improvement
    
    * BeAKindOf matcher: remove #is_a? support
    flvrone authored and JonRowe committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    3348b73 View commit details
    Browse the repository at this point in the history
  2. Changelog for #1112

    JonRowe committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    98d1935 View commit details
    Browse the repository at this point in the history
  3. Increase version to 3.8.4

    JonRowe committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    07423b7 View commit details
    Browse the repository at this point in the history
Loading