rails--rails/actionpack/test/dispatch
yuuji.yaginuma f282626281 rename test method to avoid overriding
This removes the following warning.

```
./test/dispatch/routing_test.rb:3696: warning: method redefined; discarding old test_namespaced_roots
./test/dispatch/routing_test.rb:1632: warning: previous definition of test_namespaced_roots was here
```
2016-09-03 15:28:32 +09:00
..
request Add three new rubocop rules 2016-08-16 04:30:11 -03:00
routing Add three new rubocop rules 2016-08-16 04:30:11 -03:00
session Add three new rubocop rules 2016-08-16 04:30:11 -03:00
callbacks_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
cookies_test.rb Start passing cipher from EncryptedCookieJar since we use it to determine key length 2016-09-01 03:00:10 +05:30
debug_exceptions_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
exception_wrapper_test.rb applies new string literal convention in actionpack/test 2016-08-06 18:54:50 +02:00
executor_test.rb remove redundant curlies from hash arguments 2016-08-06 19:44:11 +02:00
header_test.rb Missing key should throw KeyError 2016-08-26 13:12:33 -04:00
live_response_test.rb applies new string literal convention in actionpack/test 2016-08-06 18:54:50 +02:00
mapper_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
middleware_stack_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
mime_type_test.rb applies new string literal convention in actionpack/test 2016-08-06 18:54:50 +02:00
mount_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
prefix_generation_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
rack_cache_test.rb remove redundant curlies from hash arguments 2016-08-06 19:44:11 +02:00
reloader_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
request_id_test.rb Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines 2016-08-07 17:50:59 +09:00
request_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
response_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
routing_assertions_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
routing_test.rb rename test method to avoid overriding 2016-09-03 15:28:32 +09:00
runner_test.rb Allow the `integration_sesion` to be set early on ActionDispatch::Integration::Runner. 2016-08-20 14:41:37 +01:00
show_exceptions_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
ssl_test.rb Return 307 status instead of 301 when rerouting POST requests to SSL 2016-08-22 10:53:41 +05:30
static_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
test_request_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
test_response_test.rb applies new string literal convention in actionpack/test 2016-08-06 18:54:50 +02:00
uploaded_file_test.rb modernizes hash syntax in actionpack 2016-08-06 19:35:13 +02:00
url_generation_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00