rails/actionpack/test/controller
eileencodes 286cb890de Refactor route assertion methods in resources test
The tests and methods were hard to read with `options[:options]` all
over the place. This refactoring makes the code easier to understand.

The change came out of work for moving the underlying code of controller
tests to integraiton tests.
2015-08-08 11:53:05 -04:00
..
api Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
controller_fixtures New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
mime Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
new_base remove vestigial code 2015-08-07 16:17:22 -07:00
parameters Fix state being carried over from previous transaction 2015-07-20 09:12:01 -06:00
request let the superclass build the request and response 2015-07-08 14:15:53 -07:00
action_pack_assertions_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
base_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
caching_test.rb pass the variant as a parameter to more reflect real world apps 2015-07-08 16:15:50 -07:00
content_type_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
default_url_options_with_before_action_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
filters_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
flash_hash_test.rb Migrate old flash behaviour 2015-01-30 09:47:03 +11:00
flash_test.rb finish deprecating handling strings and symbols 2015-08-07 15:37:31 -07:00
force_ssl_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
form_builder_test.rb Override default form builder for a controller 2015-04-13 23:43:34 -04:00
helper_test.rb Change AC::TestResponse to AD::TestResponse 2015-07-14 09:27:42 -04:00
http_basic_authentication_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
http_digest_authentication_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
http_token_authentication_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
integration_test.rb do not add common ports to HTTP_HOST 2015-08-06 17:33:32 -07:00
live_stream_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
localized_templates_test.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
log_subscriber_test.rb Deprecate passing hash as first parameter into ActionController::Head 2015-06-15 23:53:45 +03:00
output_escaping_test.rb remove ancient TODOs [ci skip]. 2013-03-18 16:42:08 +01:00
params_wrapper_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
permitted_params_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
redirect_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
render_js_test.rb Migrating xhr methods to keyword arguments syntax 2015-02-01 16:07:42 +03:00
render_json_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
render_other_test.rb Add and remove renderer inside the test to prevent leak. 2014-05-28 22:24:22 +08:00
render_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
render_xml_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
renderer_test.rb ✂️ warning from controller renderer test 2015-01-31 17:48:55 -08:00
request_forgery_protection_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
required_params_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
rescue_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
resources_test.rb Refactor route assertion methods in resources test 2015-08-08 11:53:05 -04:00
routing_test.rb Add missing assertion for test_route_with_colon_first 2015-08-03 13:48:15 +05:30
runner_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
send_file_test.rb let the superclass build the request and response 2015-07-08 14:15:53 -07:00
show_exceptions_test.rb Fix failing tests for #19474 2015-03-23 13:15:59 +00:00
streaming_test.rb remove dead test 2012-07-29 16:00:50 -07:00
test_case_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
url_for_integration_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
url_for_test.rb pass a config to the route set 2015-03-05 13:12:06 -08:00
url_rewriter_test.rb remove call to build_request 2015-07-08 15:14:41 -07:00
webservice_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00