We're using Rails 5 with sequel-rails and recently started to use the SequelStore feature. Does this session storage class work with Rails 5 integration tests?
It seems like cookies/sessions are not persisted between requests. I've isolated this issue to SequelStore and just curious if there are any known workarounds to this issue.
We're using Rails 5 with sequel-rails and recently started to use the
SequelStore
feature. Does this session storage class work with Rails 5 integration tests?It seems like cookies/sessions are not persisted between requests. I've isolated this issue to
SequelStore
and just curious if there are any known workarounds to this issue.Thanks!