aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/test_case_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer render template: in testsJohn Hawthorn2019-03-211-2/+2
* Always call superAaron Patterson2019-02-081-0/+1
* Split digest cache from details identity cacheAaron Patterson2019-02-081-0/+4
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-2/+10
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Fix testing helpers that use Action View's capturing helpers (e.g. content_for)George Claghorn2017-07-251-0/+8
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-7/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+0
* modernizes hash syntax in actionviewXavier Noria2016-08-061-20/+20
* applies new string literal convention in actionview/testXavier Noria2016-08-061-46/+46
* TestController#parameters returns AC::ParametersJustin Coyne2015-12-291-0/+4
* Removed Mocha from ActionView part 1Ronak Jangir2015-08-241-10/+13
* Fix test assign_parameter method signatureeileencodes2015-08-151-1/+1
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-58/+0
* Error message testing fixFranky W2015-02-201-1/+2
* Change `gsub` to `tr` where possibleAlexander Balashov2014-10-061-1/+1
* Do not memoize document_root_element in view testsRafael Mendonça França2014-09-081-0/+11
* subclass Rails::EngineAaron Patterson2014-07-161-1/+2
* Remove unneeded filesPiotr Sarnacki2013-06-201-1/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+367