Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proper minitest integration. #1065

Merged
merged 1 commit into from
Mar 22, 2016
Merged

Conversation

myronmarston
Copy link
Member

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.

`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 myronmarston force-pushed the myron/add-minitest-integration branch from 14c2159 to 43ea2ce Compare March 22, 2016 05:47
@JonRowe
Copy link
Member

JonRowe commented Mar 22, 2016

👍

JonRowe added a commit that referenced this pull request Mar 22, 2016
@JonRowe JonRowe merged commit a234a38 into master Mar 22, 2016
@JonRowe JonRowe deleted the myron/add-minitest-integration branch March 22, 2016 05:58
@myronmarston
Copy link
Member Author

That might have been the fastest merge ever :).

@JonRowe
Copy link
Member

JonRowe commented Mar 22, 2016

Was green, all made sense, :shipit: :)

kaiwren added a commit to kaiwren/rspec-mocks that referenced this pull request Sep 16, 2018
…tcher

* cucumber feature passing
* happy path unit specs passing
* need help fixing sad path unit specs, currently marked pending
JonRowe pushed a commit that referenced this pull request Oct 2, 2019
* cucumber feature passing
* happy path unit specs passing
* need help fixing sad path unit specs, currently marked pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants