aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/template_assertions_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix for assigns(:..) resetting template assertionsCalvin Correli2014-11-171-1/+13
| | | | When calling assigns(:...) or cookies(:...), template assertions would be reset, which they obviously shouldn't be.
* Improve description of tests.Guo Xiang Tan2014-07-251-4/+4
|
* Bug fix for assert_template when opening a new session.Guo Xiang Tan2014-07-251-0/+40
| | | | See https://github.com/rails/rails/pull/16234#commitcomment-7115670.
* Fix AC::TemplateAssertions instance variables not resetting.Guo Xiang Tan2014-07-211-0/+58
Fixes https://github.com/rails/rails/issues/16119.