1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/testing
Rafael Mendonça França c9d75e0814 Revert "Integration tests support the OPTIONS http method"
This reverts commit ad46884af5.

Conflicts:
	actionpack/CHANGELOG.md
	actionpack/lib/action_dispatch/testing/integration.rb
	actionpack/test/controller/integration_test.rb

Reason: It will conflict with a lot of test cases. Better to call
`process` directly since this is a very uncommon HTTP method.

Fixes #10638.
2013-05-16 14:41:36 -03:00
..
assertions Mark unused variables and make some style fixes 2013-04-08 22:52:32 +03:00
assertions.rb Restructure TemplateAssertions-related code to eliminate circular requires. 2011-05-22 23:13:44 -07:00
integration.rb Revert "Integration tests support the OPTIONS http method" 2013-05-16 14:41:36 -03:00
test_process.rb Mark unused variables and make some style fixes 2013-04-08 22:52:32 +03:00
test_request.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
test_response.rb Don't duplicate Rack::Response functionality. [#5320 state:resolved] 2010-09-25 10:58:07 +02:00