..
api
Add test to make sure subclasses also get helpers
2017-03-29 12:40:57 -04:00
controller_fixtures
metal
applies new string literal convention in actionpack/test
2016-08-06 18:54:50 +02:00
mime
Correct spelling
2017-02-05 19:00:18 -06:00
new_base
"Use assert_nil if expecting nil. This will fail in minitest 6."
2016-12-25 02:29:52 +09:00
parameters
Add ActionController::Parameters#to_hash to implict conversion
2017-04-18 17:33:24 -04:00
request
⚠️ "Use assert_nil if expecting nil. This will fail in MT6."
2017-01-18 17:30:46 +09:00
action_pack_assertions_test.rb
fix with_routing when testing api only controllers
2016-12-29 20:46:30 +01:00
base_test.rb
Do not include default response headers for AC::Metal
2017-03-29 19:26:39 -04:00
caching_test.rb
Add more rubocop rules about whitespaces
2016-10-29 01:17:49 -02:00
content_type_test.rb
normalizes indentation and whitespace across the project
2016-08-06 20:16:27 +02:00
default_url_options_with_before_action_test.rb
Add three new rubocop rules
2016-08-16 04:30:11 -03:00
filters_test.rb
Correct spelling
2017-02-05 19:00:18 -06:00
flash_hash_test.rb
"Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."
2016-12-25 09:59:16 +09:00
flash_test.rb
improve error message when include assertions fail
2016-09-16 12:03:37 -07:00
force_ssl_test.rb
Remove unneeded FIXME note
2016-08-29 11:04:15 -03:00
form_builder_test.rb
applies new string literal convention in actionpack/test
2016-08-06 18:54:50 +02:00
helper_test.rb
improve error message when include assertions fail
2016-09-16 12:03:37 -07:00
http_basic_authentication_test.rb
normalizes indentation and whitespace across the project
2016-08-06 20:16:27 +02:00
http_digest_authentication_test.rb
Add more rubocop rules about whitespaces
2016-10-29 01:17:49 -02:00
http_token_authentication_test.rb
"Use assert_nil if expecting nil from ...:in `...'. This will fail in minitest 6."
2016-12-25 13:15:56 +09:00
integration_test.rb
Correct spelling
2017-02-05 19:00:18 -06:00
live_stream_test.rb
Add more missing requires
2017-02-22 14:05:37 +00:00
localized_templates_test.rb
applies new string literal convention in actionpack/test
2016-08-06 18:54:50 +02:00
log_subscriber_test.rb
Add three new rubocop rules
2016-08-16 04:30:11 -03:00
metal_test.rb
Do not include default response headers for AC::Metal
2017-03-29 19:26:39 -04:00
output_escaping_test.rb
applies remaining conventions across the project
2016-08-06 20:20:22 +02:00
parameter_encoding_test.rb
Document and update API for skip_parameter_encoding
2016-12-21 12:04:00 -08:00
params_wrapper_test.rb
Fix store accessors in parameters test
2017-03-22 08:20:18 +09:00
permitted_params_test.rb
applies new string literal convention in actionpack/test
2016-08-06 18:54:50 +02:00
redirect_test.rb
Use response#location
instead of #location
in redirect.
2017-02-20 18:10:28 +01:00
render_js_test.rb
modernizes hash syntax in actionpack
2016-08-06 19:35:13 +02:00
render_json_test.rb
Add more rubocop rules about whitespaces
2016-10-29 01:17:49 -02:00
render_test.rb
make render
work with AC::Params
2017-01-15 14:37:39 +09:00
render_xml_test.rb
modernizes hash syntax in actionpack
2016-08-06 19:35:13 +02:00
renderer_test.rb
Fixes ActionController::Rendering#with_defaults
2017-03-12 22:38:20 +09:00
renderers_test.rb
Add more rubocop rules about whitespaces
2016-10-29 01:17:49 -02:00
request_forgery_protection_test.rb
Default embed_authenticity_token_in_remote_forms to nil.
2017-04-16 16:25:38 +02:00
required_params_test.rb
Remove deprecated methods in ActionController::Parameters
2016-10-10 00:16:16 -03:00
rescue_test.rb
Privatize unneededly protected methods in Action Pack tests
2016-12-23 23:49:11 +09:00
resources_test.rb
Privatize unneededly protected methods in Action Pack tests
2016-12-23 23:49:11 +09:00
routing_test.rb
Add more rubocop rules about whitespaces
2016-10-29 01:17:49 -02:00
runner_test.rb
applies new string literal convention in actionpack/test
2016-08-06 18:54:50 +02:00
send_file_test.rb
Only default the response charset when it is first set
2016-12-20 05:01:42 +10:30
show_exceptions_test.rb
normalizes indentation and whitespace across the project
2016-08-06 20:16:27 +02:00
streaming_test.rb
applies new string literal convention in actionpack/test
2016-08-06 18:54:50 +02:00
test_case_test.rb
Fix test assertion
2017-03-21 16:51:56 -04:00
url_for_integration_test.rb
Add more rubocop rules about whitespaces
2016-10-29 01:17:49 -02:00
url_for_test.rb
self.
is not needed when calling its own instance method
2017-01-05 19:58:52 +09:00
url_rewriter_test.rb
Add three new rubocop rules
2016-08-16 04:30:11 -03:00
webservice_test.rb
remove redundant curlies from hash arguments
2016-08-06 19:44:11 +02:00