-
Notifications
You must be signed in to change notification settings - Fork 49
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
pry-rescue/minitest stops on Minitest::Skip exceptions #65
Comments
👍 |
1 similar comment
👍 |
Was anyone ever able to find a solution for ignoring |
Monkey patching is your best bet unfortunately. |
@chrisnicola what should we monkey patch? |
This works for me:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would make sense to ignore these. Not sure if there is a way to do that.
The text was updated successfully, but these errors were encountered: