hi, I've got an api which is using
authenticate_or_request_with_http_basic
What are you guys using to test this? I'm using rspec, and before I
was using rspec-rails, I was using authorize from Rack::Test to do the
authentication. However, authorize clearly doesn't work when using
rspec-rails, so I'm wondering what everyone else is doing?