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.99.0
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.99.1
Choose a head ref
  • 13 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 7, 2014

  1. Deprecation warning when RSpec.run is programmatically invoked twice.

    This is because RSpec.reset is no longer called for users as of RSpec
    3.0.0 so this deprecation warning will indicate to them that the need to
    invoke the method themselves.
    Sam Phippen committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    b370747 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1579 from rspec/deprecate-run-auto-reset

    Print a deprecation about reset when RSpec.run is called twice.
    Sam Phippen committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    5be6c9e View commit details
    Browse the repository at this point in the history
  3. Simplify warning/tests for reset deprecation

    Conflicts:
    	lib/rspec/core.rb
    	spec/command_line/order_spec.rb
    	spec/rspec/core/runner_spec.rb
    Sam Phippen committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    51b0c44 View commit details
    Browse the repository at this point in the history
  4. Add a full changelog entry for #1587.

    Conflicts:
    	Changelog.md
    Sam Phippen committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    63b50fd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. Merge pull request #1587 from rspec/1579-cleanup

    1579 cleanup
    Sam Phippen committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    4f15651 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. raise errors for deprecations

    JonRowe committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    355bf24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d7e4b View commit details
    Browse the repository at this point in the history
  3. changelog for #1573

    [skip ci]
    JonRowe committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    98b403d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1573 from rspec/demonstrate_1569

    Prevent generated matcher descriptions from causing deprecation warnings
    JonRowe committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    8fb52c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. Configuration menu
    Copy the full SHA
    9b4e3ef View commit details
    Browse the repository at this point in the history
  2. changelog for 1612

    [skip ci]
    JonRowe committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    3d5d56a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1612 from rspec/rake_task_rspec_core

    Load rspec/core in rake task
    JonRowe committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    5eb9bc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2014

  1. Release 2.99.1.

    [ci skip]
    myronmarston committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    30f58d3 View commit details
    Browse the repository at this point in the history
Loading