Patch to fix RSpec matcher for request helper
Reported by David James | October 6th, 2008 @ 07:45 AM | in 0.9.8
This commit: http://github.com/djwonk/merb-co...
Fixes up RSpec matcher for request helper
Take for example: request("/", :method => "POST")
Before this commit, here was the rspec failure message: Expected a GET to '/' to be successful, but it returned a 500
After this commit, the failure message is correct: Expected a POST to '/' to be successful, but it returned a 500
Comments and changes to this ticket
-
Matt Aimonetti (mattetti) October 6th, 2008 @ 07:48 AM
- → State changed from new to open
- → Milestone changed from to 0.9.8
- → Assigned user changed from Matt Aimonetti (mattetti) to Michael Klishin (antares)
+1 from me
-
Michael Klishin (antares) October 6th, 2008 @ 12:01 PM
- → State changed from open to resolved
Applied, thank you.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
