I am stuck with a problem when testing my controllers with RSpec - the response.body call always returns an empty string. In browser everything renders correctly, and cucumber f
RSpec 2+: If you want to check end to end - url to response body - use a request spec instead of a controller spec.