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

Makes mocks debugger-friendly by exposing instance vars #380

Closed
wants to merge 1 commit into from

Conversation

edward
Copy link

@edward edward commented Dec 24, 2013

When debugging using byebug or a similar debugger, I’d like to be able to inspect the instance variables of a mock. Doing so makes it easy to see what the mock has been set to expect, etc.

This change restores the debugger’s ability to perform that inspection.

When debugging using byebug or a similar debugger, I’d like to be able to inspect the instance variables of a mock. Doing so makes it easy to see what the mock has been set to expect, etc.

This change restores the debugger’s ability to perform that inspection.
@arthurnn
Copy link

👍

@ghost ghost assigned zenspider Jan 8, 2014
@zenspider
Copy link
Collaborator

I've hand merged this. Thanks!

@zenspider zenspider closed this Feb 20, 2015
@edward
Copy link
Author

edward commented Feb 21, 2015

Yussss… thanks!
On Fri, Feb 20, 2015 at 18:53 Ryan Davis notifications@github.com wrote:

Closed #380 #380.


Reply to this email directly or view it on GitHub
#380 (comment).

@minitest minitest locked and limited conversation to collaborators May 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants