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

Commits on Jul 14, 2013

  1. Fixup Rakefile deprecations

    If RSpec is already loaded (it's common to do:
    ```
    require 'rspec' # or 'rspec/core'
    require 'rspec/core/rake_task'
    ```
    in a `Rakefile`), we can safely use the built in deprecation support
    however otherwise it's become to complicated to load the deprecation
    file alone so we drop back to a simplier warn.
    JonRowe committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    3e21001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #984 from rspec/fixup_rake_deprecate

    Fixup Rakefile deprecations
    myronmarston committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    af2d422 View commit details
    Browse the repository at this point in the history
  3. 2.14.3 release.

    myronmarston committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    1d89971 View commit details
    Browse the repository at this point in the history
Loading