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

Commits on Jul 15, 2013

  1. Add helper methods to assist with spec'ing deprecations.

    The most consistently tricky part to get right is the call site,
    so that's what this helper method helps with.
    myronmarston committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    fac618a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    651e4b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2013

  1. refactor configuration so that requires happen before spec files are …

    …loaded to ensure we can programatically configure pattern
    JonRowe committed Jul 16, 2013
    Configuration menu
    Copy the full SHA
    66123fc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2013

  1. Merge pull request #994 from rspec/force_require_before_specfiles_loaded

    Force require (and libs) before spec files loaded.
    JonRowe committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    357286a View commit details
    Browse the repository at this point in the history
  2. Autoload RSpec::Mocks and RSpec::Expectations.

    We already autoload RSpec::Matchers to support folks using
    `RSpec::Matchers.define` before the normal time that rspec-core
    loads rspec-expectation (e.g. right before eval'ing the first
    example group block). This extends it to RSpec::Mocks and
    RSpec::Expectations for parity and to improve things for folks
    who we accidentally broke via this rspec gem change:
    
    rspec/rspec@f10bedd
    
    That was put in place to address rspec/rspec-mocks#359, which has more info.
    myronmarston committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    c56eb34 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1000 from rspec/autoload_other_rspec_libs

    Autoload RSpec::Mocks and RSpec::Expectations.
    JonRowe committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    7d54601 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2013

  1. Add changelog entries.

    [ci skip]
    myronmarston committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    f24274b View commit details
    Browse the repository at this point in the history
  2. Warn about non integer profile arguments

    fixes #998
    JonRowe authored and myronmarston committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    d84904c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf7d797 View commit details
    Browse the repository at this point in the history
  4. Add changelog entry for #299.

    [ci skip]
    myronmarston committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    c7df747 View commit details
    Browse the repository at this point in the history
  5. 2.14.4 release.

    myronmarston committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    26451e9 View commit details
    Browse the repository at this point in the history
Loading