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
Ryuta Kamizono ca9ac31002 respond_to_missing? should be private
Follow up of 03d3f036.

Some of `respond_to?` were replaced to `respond_to_missing?` in 03d3f036.
But the visibility is still public. It should be private.
2017-04-22 23:11:15 +09:00
..
assertions [docs] fix ActionDispatch documentation 2017-03-13 17:05:12 +01:00
assertion_response.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
assertions.rb String#end_with? should be faster than Regexp here 2017-01-05 01:37:36 +09:00
integration.rb respond_to_missing? should be private 2017-04-22 23:11:15 +09:00
request_encoder.rb Remove default argument value. 2016-11-27 18:06:01 +01:00
test_process.rb Only move fixture_file_upload to IntegrationTest 2016-12-07 14:03:57 +10:30
test_request.rb [docs] fix ActionDispatch documentation 2017-03-13 17:05:12 +01:00
test_response.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00