heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
24.01k stars 5.55k forks source link

Add helper method #5703

Closed CuddlyBunion341 closed 1 week ago

CuddlyBunion341 commented 3 months ago

Added the integration test helper, as defined in #5438.

nashby commented 1 week ago

Hey!

I don't see much value in having such a method for integration tests, since you're supposed to check if the user actually signed in (e.g., by checking the page content, as you mentioned). If you really need to check the request object, feel free to do it in your own helper method. Thanks!