aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/paths_test.rb
diff options
context:
space:
mode:
authorSamuel Cochran <sj26@sj26.com>2015-01-29 23:00:44 +1100
committerSamuel Cochran <sj26@sj26.com>2015-01-29 23:00:44 +1100
commit3a102d052803f7f066e648454297301310d69906 (patch)
tree704c61e698e9b69b1034b2d93333580b9c166bde /railties/test/paths_test.rb
parent74c2961bd864f633c79c03e62c2cb142642201c5 (diff)
downloadrails-3a102d052803f7f066e648454297301310d69906.tar.gz
rails-3a102d052803f7f066e648454297301310d69906.tar.bz2
rails-3a102d052803f7f066e648454297301310d69906.zip
Fix flash remaining after last flash deleted
Inside a controller functional test after the last flash is deleted it still persists the flash because to_session_value is nil. We should delete it from the session when the serialized version is nil, same as the flash middleware.
Diffstat (limited to 'railties/test/paths_test.rb')
0 files changed, 0 insertions, 0 deletions