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-expectations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: rspec/rspec-expectations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 13 commits
  • 43 files changed
  • 2 contributors

Commits on Jun 4, 2014

  1. Configuration menu
    Copy the full SHA
    3afd7c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #561 from rspec/add-require-note-to-docs

    Add note about the fact that `rspec/expectations` must always be loaded.
    JonRowe committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    5ded252 View commit details
    Browse the repository at this point in the history
  3. Remove inch badge

    [skip ci]
    JonRowe committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    bb63814 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. Setup rubocop.

    - Enforce consistent formatting and style.
    - Cleanup some messy logic.
    - There's still some nastiness in some old matchers we haven't
      touched in forever (such as `throw_symbol`).
    - Make rubocop part of the build. This should move to rspec-dev.
    myronmarston committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    350eacb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. Add missing require.

    This file uses rspec-support’s MethodSignatureVerifier
    but does not load it. It was working because rspec-mocks
    loads it so it was loaded in the same process. It would
    fail for users using rspec-expectations but not rspec-mocks,
    though.
    myronmarston committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    9c2658e View commit details
    Browse the repository at this point in the history
  2. Add changelog for #566.

    [ci skip]
    myronmarston committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    69ee1b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. Configuration menu
    Copy the full SHA
    0218e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5019b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #568 from rspec/use-maint-branch-3-0

    Use maint branch 3 0
    myronmarston committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    40bcf8b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Configuration menu
    Copy the full SHA
    622bac0 View commit details
    Browse the repository at this point in the history
  2. changelog for #576

    [skip ci]
    JonRowe authored and myronmarston committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    a38cc33 View commit details
    Browse the repository at this point in the history
  3. Fix constant casing.

    myronmarston committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    b28ac58 View commit details
    Browse the repository at this point in the history
  4. Release 3.0.1.

    myronmarston committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    6d3522a View commit details
    Browse the repository at this point in the history
Loading