I have some rails controllers that use authenticate_or_request_with_http_basic -- how can I set the user/pass in my rspec examples?
I'm surprised to not have been able to find this elsewhere on the web, so maybe I'm using the wrong terms? -- I found some very old things, or what seems to me like very complicated things. Seems like at this point rspec would either have direct support for this, or a tidy idiomatic solution.