aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove mona lisa image from the testsRafael Mendonça França2016-10-251-2/+2
* Revert "Undefine assings in IntegrationTest"Rafael Mendonça França2016-10-211-8/+0
* Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-101-55/+0
* Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`.Rafael Mendonça França2016-10-101-89/+0
* Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request`Rafael Mendonça França2016-10-101-102/+4
* Undefine assings in IntegrationTestRafael Mendonça França2016-10-071-0/+8
* make `fixture_file_upload` work in integration testsyuuji.yaginuma2016-09-041-0/+36
* Add three new rubocop rulesRafael Mendonça França2016-08-161-16/+16
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* Fix Accept header overridden when "xhr: true" in integration testDavid Chen2016-08-071-0/+13
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-20/+20
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-182/+182
* Fix GET JSON integration test request to use method overrideeileencodes2016-08-051-0/+16
* Test that ActionDispatch::IntegrationTest does not leak parametersNick Sieger2016-07-281-0/+14
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-19/+0
* Be more explicit with the expected resultSantiago Pastorino2016-07-261-1/+1
* Return ActionDispatch.test_app when no app is set on IntegrationTest.app methodSantiago Pastorino2016-07-261-0/+19
* make `as` option work with get parametersyuuji.yaginuma2016-06-251-0/+14
* Add regression test to `as` option.Kasper Timm Hansen2016-06-071-0/+16
* Deprecate `request_via_redirect` method.Prathamesh Sonpatki2016-04-241-3/+5
* Deprecate :controller and :action path parametersAndrew White2016-03-011-5/+20
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-111-0/+10
* Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-101-11/+24
* Add `as` to encode a request as a specific mime type.Kasper Timm Hansen2016-01-041-0/+43
* Suppress warnings (warnings about AD::IntegrationTest HTTP request)yui-knk2015-10-221-1/+1
* Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xmlSean Griffin2015-10-201-13/+17
* Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-251-113/+153
* do not add common ports to HTTP_HOSTMichael Grosser2015-08-061-0/+19
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-13/+13
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-2/+0
* Fix kwargs warning in `test_get_xml`eileencodes2015-03-201-1/+1
* Compare content_type with Mime::XML instead of regexpBoris Peterbarg2015-03-161-0/+17
* Call super last in before_setupeileencodes2015-03-091-0/+12
* Fix default headers in test responsesJeremy Kemper2015-02-251-16/+18
* Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-82/+73
|\
| * Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-82/+73
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
|/
* Remove duplicated testsRafael Mendonça França2015-01-291-30/+0
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-9/+9
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-47/+208
* Just assert the deprecation of one methodRafael Mendonça França2015-01-281-10/+15
* Deprecate *_via_redirect integration test methodsAditya Kapoor2015-01-281-15/+25
* Default headers, removed in controller actions, will not be reapplied to the ...Jonas Baumann2015-01-091-0/+23
* Integration requests should work in contexts without setup and teardownbrainopia2015-01-021-0/+24
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-3/+3
* Remove session to allow `with_routing` to be called twice.Guo Xiang Tan2014-11-051-0/+36
* Add regression test for router was overwriting PATH_INFOArthur Neves2014-10-101-0/+8
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-3/+3