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

Stop rescueing exception #844

Merged
merged 1 commit into from
Aug 31, 2015
Merged

Stop rescueing exception #844

merged 1 commit into from
Aug 31, 2015

Conversation

myronmarston
Copy link
Member

No description provided.

Some exceptions should not be rescued. The exception
is the `raise_error` matcher — to allow people to
specify that a block of code raises a one of the
errors we normally don’t rescue we have to make it
rescue all errors.
@myronmarston
Copy link
Member Author

This is green now that the rspec-support PR got merged....care to review, @xaviershay?

@JonRowe
Copy link
Member

JonRowe commented Aug 31, 2015

Nice!

JonRowe added a commit that referenced this pull request Aug 31, 2015
@JonRowe JonRowe merged commit 995d1ac into master Aug 31, 2015
@JonRowe JonRowe deleted the stop-rescueing-exception branch August 31, 2015 18:21
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