#523 √ resolved
David James

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

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 »