I'm using RSpec 3.5.0, and would like to enable HTTPS/SSL requests for all my specs.
Since I added force_ssl
to my ApplicationController
, all my specs are failing, since they are redirecting to the secure version of the site instead of rendering, etc.