How to set a user session in RSpec feature test in Rails
Initially I had setup a simple custom login functionality for my application which used session
and now migrated it to use logic of authentication
provided by Rails that uses cookies
for creating sign-in session.
How to set a user session in RSpec feature test in Rails
Initially I had setup a simple custom login functionality for my application which used session
and now migrated it to use logic of authentication
provided by Rails that uses cookies
for creating sign-in session.
How to set a user session in RSpec feature test in Rails
Initially I had setup a simple custom login functionality for my application which used session
and now migrated it to use logic of authentication
provided by Rails that uses cookies
for creating sign-in session.