rails--rails/actionview/test
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
..
actionpack Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
activerecord Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
fixtures Add test for HTML format fallback from JS template 2020-05-29 22:07:17 +01:00
lib Document view components support (#38656) 2020-03-13 23:52:49 +01:00
template Add test for HTML format fallback from JS template 2020-05-29 22:07:17 +01:00
ujs Fix typos [ci skip] 2020-04-22 21:43:37 -07:00
abstract_unit.rb Remove redundant @virtual_path variable 2020-05-26 15:53:11 -04:00
active_record_unit.rb Run actionview tests in parallel 2019-06-05 18:40:08 -07:00