Skip to content
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-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: rspec/rspec-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 14 commits
  • 15 files changed
  • 5 contributors

Commits on Feb 3, 2015

  1. Configuration menu
    Copy the full SHA
    e909650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed975be View commit details
    Browse the repository at this point in the history
  3. Revert "Bump version to 3.3.0.pre"

    This reverts commit ed975be.
    myronmarston committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    8fe5d89 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. Configuration menu
    Copy the full SHA
    d5af73f View commit details
    Browse the repository at this point in the history
  2. Add missing require to RSpec generator root

    Fix #1301.
    
    This fixes an issue where Rail's autoload does not find it in some
    environments.
    cupakromer committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    9f1982a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f57e6f9 View commit details
    Browse the repository at this point in the history
  4. defines BeRoutableMatcher#description

    overrides RSpec::Matchers::BuiltIn::BaseMatcher#description to
    return the description "be routable" instead of "be routable matcher"
    tonyta authored and cupakromer committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    d1e3e8c View commit details
    Browse the repository at this point in the history
  5. changelog for #1310

    [skip ci]
    JonRowe authored and cupakromer committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    1398549 View commit details
    Browse the repository at this point in the history
  6. Relax rails dependency constraint to support the 4.2.x releases.

    The previous constraint would only go as up as `4.2.0`, thus making `rspec-rails`
    incompatible with any of the patch releases of the rails 4.2.x series.
    lucasmazza authored and cupakromer committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    2da9def View commit details
    Browse the repository at this point in the history
  7. Update Changelog with #1318.

    [ci skip]
    cupakromer committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    02fb9f3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1319 from rspec/backport-bug-fixes

    Backport pull requests #1303, #1305, #1310, #1318
    cupakromer committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    65f8558 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

  1. Disable the test-unit gem autorunner.

    For some reason the test-unit gem loads it's autorunner by default.
    Though the test-unit included with Ruby does not. The original code for
    loading test-unit pre-dates widespread usage of the test-unit gem.
    
    We took care of disabling the autorunner for Ruby 2.2+ since the
    test-unit gem is now required for Rails 3.2. For older Ruby versions we
    attempt to only load the `test/unit/assertions` module. When using the
    `test-unit` gem however, Rails will auto require it for us, which loads
    the main test-unit code, thus enabling the autorunner.
    cupakromer committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    4b203f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b9db9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Release 3.2.1.

    myronmarston committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    21731ed View commit details
    Browse the repository at this point in the history
Loading