1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller
Rafael Mendonça França 4b85acba43 Remove unused test code.
ActionController::RoutingError are raised in router execution time and can not be
rescued in a controller.
2012-04-16 23:38:31 -03:00
..
controller_fixtures
new_base Remove unnecessary in HTML 5 type attribute with default value 2012-04-05 15:32:37 +04:00
request
action_pack_assertions_test.rb
assert_select_test.rb Remove the leading \n added by textarea on assert_select 2012-03-30 11:40:23 -03:00
base_test.rb default_url_options does not receive one argument anymore 2012-04-08 23:44:00 -03:00
caching_test.rb
capture_test.rb
content_type_test.rb
default_url_options_with_filter_test.rb
filters_test.rb prevent the cache sweeper ignores NoMethodError 2012-03-29 11:09:42 +08:00
flash_hash_test.rb
flash_test.rb
force_ssl_test.rb Tests :if option of force_ssl method 2012-04-01 09:44:49 +04:00
helper_test.rb
http_basic_authentication_test.rb
http_digest_authentication_test.rb Should use an argument in http_digest_authentication_test.rb 2012-03-17 20:23:28 +09:00
http_token_authentication_test.rb
integration_test.rb
layout_test.rb
localized_templates_test.rb
log_subscriber_test.rb
mime_responds_test.rb
output_escaping_test.rb
params_wrapper_test.rb
record_identifier_test.rb
redirect_test.rb fix typo in redirect test 2012-03-15 15:15:10 -07:00
render_js_test.rb
render_json_test.rb
render_other_test.rb
render_test.rb Set proper rendered_format when doing render :inline 2012-03-28 18:53:09 -03:00
render_xml_test.rb
request_forgery_protection_test.rb Cover one more case in auth_token and remote forms 2012-03-28 18:03:16 +02:00
rescue_test.rb Remove unused test code. 2012-04-16 23:38:31 -03:00
resources_test.rb
routing_test.rb
runner_test.rb
selector_test.rb
send_file_test.rb
show_exceptions_test.rb
sweeper_test.rb
test_case_test.rb
url_for_integration_test.rb
url_for_test.rb Revert "Merge pull request #5750 from ahoward/master" 2012-04-08 22:44:37 -03:00
url_rewriter_test.rb
view_paths_test.rb
webservice_test.rb