I'm using RSpec to test controller behavior in rails. One of the expectations I have is the following scenario: User attempts to access a protected (requires l
I'm making a rails 3.1 app using carrierwave to upload files to aws s3. I've followed the instructions on the carrierwave github repository and am now able to
So I am currently writing a test for a controller in an existing controller that just didn't have one before. What I want to test is a redirect that happens whe