mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
We are subclassing Session here, but messing with the columns will affect the attribute methods defined on the Session superclass, and therefore other tests, unless we properly isolate it by resetting column info before and after the test run.