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-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.6
Choose a base ref
...
head repository: rspec/rspec-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.14.7
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 16, 2013

  1. Prep for 2.14.7 development.

    [ci skip]
    myronmarston committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    912d9bd View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

  1. Merge pull request #1124 from rspec/allow_suppression_of_local_repos

    Allow suppression of local repos
    JonRowe committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    9812d8f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2013

  1. Fixe a regression in 2.14.6 w/ Fivemat formatter.

    In https://github.com/tpope/fivemat/blob/v1.2.1/lib/fivemat/rspec.rb#L43-L49,
    Fivemat has two ways to check for pending example fixed:
     - example.execution_result[:exception].pending_fixed?
       (but we removed this in #1106 because it broke when dealing with frozen exceptions)
     - RSpec::Core::PendingExampleFixedError === exception
       (but this const was renamed in b5d10cc).
    
    The `RSpec::Core::PendingExampleFixedError` line in Fivemat was
    never hit in recent releases because `example.execution_result[:exception]`
    responded to `pending_fixed?` -- until 2.14.6.
    myronmarston committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    e2bae1c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

  1. Merge pull request #1129 from rspec/fix-pending-example-fixed-regression

    Fixe a regression in 2.14.6 w/ Fivemat formatter.
    myronmarston committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    d6d5c95 View commit details
    Browse the repository at this point in the history
  2. 2.14.7 release.

    myronmarston committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    4f55655 View commit details
    Browse the repository at this point in the history
Loading