aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/test_response_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-171-7/+0
* Deprecate ActionDispatch::TestResponse response aliasesTrevor Wistaff2017-08-071-0/+7
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-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
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-4/+4
* Let TestResponse assign a parser.Kasper Timm Hansen2016-07-101-0/+8
* only call methods that are on the superclassAaron Patterson2015-07-141-4/+3
* Add ActionDispatch::TestResponse tests.John Firebaugh2010-09-251-0/+21