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-mocks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bb4772d
Choose a base ref
...
head repository: rspec/rspec-mocks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 84d13c8
Choose a head ref
  • 7 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 19, 2016

  1. Configuration menu
    Copy the full SHA
    ebe611f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1000 from rspec/warn_about_allow_ordered

    Warn when `ordered` is used with `allow`
    JonRowe committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    d17eab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Add proper minitest integration.

    `require 'rspec/mocks/minitest_integration'` will configure minitest
    to work properly with rspec-mocks.
    
    This also deals with the addition of `expect` to Minitest::Spec 5.6+.
    
    Fixes #931.
    myronmarston committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    43ea2ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1065 from rspec/myron/add-minitest-integration

    Add proper minitest integration.
    JonRowe committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    a234a38 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    bc2fb8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1069 from bquorning/patch-1

    Link to homepage using https
    JonRowe committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    45af760 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Temporarily set version for release of 3.5.0.beta3

    Sam Phippen committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    84d13c8 View commit details
    Browse the repository at this point in the history
Loading