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 1165401ee9 Remove unused require "active_support/core_ext/kernel/singleton_class"
`singleton_class` is in Ruby 1.9.2, and there is no use singleton class
eval in the files.
2020-05-10 03:20:02 +09:00
..
assertions Prefer faster str.start_with? over str.first == 2020-02-05 19:15:33 +09:00
assertion_response.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
assertions.rb Dogfooding "active_support/core_ext/symbol/starts_ends_with" 2020-05-06 14:19:25 +09:00
integration.rb Remove unused require "active_support/core_ext/kernel/singleton_class" 2020-05-10 03:20:02 +09:00
request_encoder.rb
test_process.rb Use the file_fixture_path for fixture_file_upload: 2020-05-05 15:28:56 +02:00
test_request.rb Encode ActionDispatch::TestRequest::DEFAULT_ENV headers as ASCII-8BIT 2019-08-22 12:58:57 -04:00
test_response.rb Change ActionDispatch::Response#content_type returning Content-Type header as it is 2019-06-01 09:20:13 +09:00