rails_api_auth
rails_api_auth copied to clipboard
Forcing SSL even on test env
Because force_ssl is only false on development, you get redirected when running test. Maybe check for development and test?
If we switch it off for tests we cannot test that it works. I guess you can fake an SSL request in tests?