Testing signed and encrypted cookies in Rails
Recently Iโve been refactoring the tests for a gem I maintain and I needed to test that it sets the right cookies at the right time. But the cookies in use in the gem are signed cookies and that caused a slight hiccup for me. Iโd never tested the val...
Jan 15, 2020189
