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

Fix rspec 2.14 deprecation warnings #332

Conversation

iainbeeston
Copy link
Contributor

This is a preemptive fix for deprecation warnings when running the test suite after upgrading to rspec 2.14. shoulda-matchers is not currently using rspec 2.14 but I upgraded on a branch of my own, which is how I came across these warnings. They're only relevant to the test suite.

As it happens, the only deprecation warning that appears is "expect { }.not_to raise_error(SpecificErrorClass)" (see rspec/rspec-expectations#231). Easy fix

@mcmire
Copy link
Collaborator

mcmire commented Aug 11, 2013

Thanks, merged!

@mcmire mcmire closed this Aug 11, 2013
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