1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/actionpack/controller
Ryuta Kamizono 528b62e386 Address to false negative for Performance/DeletePrefix,DeleteSuffix
Follow up to c07dff7227.

Actually it is not the cop's fault, but we mistakenly use `^`, `$`, and
`\Z` in much places, the cop doesn't correct those conservatively.

I've checked all those usage and replaced all safe ones.
2020-06-14 13:04:47 +09:00
..
capture_test.rb Remove deprecated catch-all route in the AV tests 2018-09-24 15:39:15 -07:00
layout_test.rb Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
render_test.rb Rename annotate_template_file_names to annotate_rendered_view_with_filenames 2020-05-19 09:28:14 +05:30
view_paths_test.rb Override clear_cache in custom path resolver 2020-05-27 21:07:58 +01:00