You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If you're having the following error
Simply add
config.include Rails.application.routes.url_helpers, type: :request
on your rails helper fileResources:
https://github.com/heartcombo/devise/wiki/How-To:-sign-in-and-out-a-user-in-Request-type-specs-(specs-tagged-with-type:-:request)#1-simple-approach
https://dev.to/kevinluo201/introduce-rspec-request-spec-4pbl
Beta Was this translation helpful? Give feedback.
All reactions