diff options
author | eileencodes <eileencodes@gmail.com> | 2015-03-09 16:43:49 -0400 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2015-03-09 17:11:15 -0400 |
commit | 2e4a01b92ca2165442c130071bd19af52d14d7cf (patch) | |
tree | b0e814b18ac0de0e259b602334a39fc4cb8d4b49 /activerecord/test | |
parent | d5e55e960c2919ad71ea645d219677457e9832eb (diff) | |
download | rails-2e4a01b92ca2165442c130071bd19af52d14d7cf.tar.gz rails-2e4a01b92ca2165442c130071bd19af52d14d7cf.tar.bz2 rails-2e4a01b92ca2165442c130071bd19af52d14d7cf.zip |
Call super last in before_setup
This fixes the reasons 4cf3b8a, 303567e, and fa63448 needed to be
reverted in 7142059. The revert has been reverted and this fixes
the issues caused previously.
If we call `super` first we will end up nuking the session settings in the
application tests that do `setup do` - so any session login or cookie
settings will not be persisted thoughout the test sessions.
Calling `super` last prevents `@integration_session` from getting nuked
and set to nil if it's already set.
Test added to prevent regression of this behavior in the future.
Diffstat (limited to 'activerecord/test')
0 files changed, 0 insertions, 0 deletions