aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/integration.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-37/+104
* Deprecate *_via_redirect integration test methodsAditya Kapoor2015-01-281-0/+5
* Move longer form example from integration guide to api reference, below anZachary Scott2014-12-291-0/+78
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-1/+1
* Fix for assigns(:..) resetting template assertionsCalvin Correli2014-11-171-3/+7
* Remove session to allow `with_routing` to be called twice.Guo Xiang Tan2014-11-051-0/+4
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-1/+1
* Merge branch 'master' into loofahRafael Mendonça França2014-08-121-1/+3
|\
| * Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"Santiago Pastorino2014-07-301-0/+1
| * Fix AC::TemplateAssertions instance variables not resetting.Guo Xiang Tan2014-07-211-0/+1
| * routed applications will respond to these methodsAaron Patterson2014-07-151-1/+1
* | Merge pull request #11218 from kaspth/loofah-integrationRafael Mendonça França2014-07-101-0/+4
|\ \ | |/ |/|
| * Add document_root_element to ActionDispatch::IntegrationTest so assert_select...Timm2014-06-161-0/+4
| * Moved ActionView::Assertions dependency from Action Pack's lib to abstract_un...Timm2014-06-161-2/+1
| * Moved Dom and Selector assertions from ActionDispatch to ActionView.Timm2014-06-161-1/+2
* | remove the mounted_helpers respond_to checkAaron Patterson2014-07-071-1/+1
* | always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-1/+1
* | Remove unused parameter.Guo Xiang Tan2014-06-151-1/+1
|/
* Merge pull request #15061 from tgxworld/remove_unnecessary_includeMatthew Draper2014-05-291-6/+0
|\
| * Remove unnecessary include for integration tests.Guo Xiang Tan2014-05-111-6/+0
* | Remove unnecessary require of Minitest.Guo Xiang Tan2014-05-241-1/+0
* | Form full URI as string to be parsed in Rack::Test.Guo Xiang Tan2014-05-211-7/+5
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-181-1/+1
|/
* remove useless `env.merge!(env)` from ActionDispatch::IntegrationTest`Yves Senn2013-07-041-2/+0
* Remove deprecated Rails application fallback for integration testingCarlos Antonio da Silva2013-07-021-4/+0
* Require only minitest.Rafael Mendonça França2013-05-221-1/+1
* Eliminate minitest warningsSam Ruby2013-05-171-1/+1
* Revert "Integration tests support the OPTIONS http method"Rafael Mendonça França2013-05-161-7/+1
* `Http::Headers` directly modifies the passed environment.Yves Senn2013-03-151-2/+3
* allow headers and env to be passed in `IntegrationTest`.Yves Senn2013-03-131-34/+34
* Ensure port is set when passed via the process methodAndrew White2013-01-151-1/+1
* Inherit from MiniTest::Unit::TestCase instead of MiniTest::SpecRafael Mendonça França2012-12-311-3/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-6/+6
|\
| * 1.9 hash syntax changes to docsAvnerCohen2012-10-311-6/+6
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-2/+1
* | Add missing require for minitest assertions. Breaks calling 'app' in console ...Jeremy Kemper2012-10-251-0/+1
|/
* Register AD::IntegrationTest for minitest's spec DSLMike Moore2012-09-241-0/+3
* Merge pull request #7530 from robin850/masterXavier Noria2012-09-051-1/+1
|\
| * Fix a typoRobin Dupret2012-09-051-1/+1
* | removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* | load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
|/
* Include routes.mounted_helpers into integration testsPiotr Sarnacki2012-06-011-2/+5
* references to the old behavior removedMikhail Vaysman2012-05-251-4/+3
* Refactor the handling of default_url_options in integration testsAndrew White2012-05-101-7/+24
* consistently mention first patch, then putXavier Noria2012-02-241-1/+1
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-7/+19
* Integration tests support the OPTIONS http methodJeremy Kemper2012-02-191-1/+7
* Use MiniTest::Assertions instead of Test::Unit::AssertionsRafael Mendonça França2012-01-061-2/+1