aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/resolver_patterns_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support `:any` variants lookup in `PathResolver`Godfrey Chan2016-03-011-4/+15
| | | | | | | | `OptimizedFileSystemResolver` (which most Rails apps use), but did not implement the feature on the more generic `PathResolver`, which is often used in tests etc. Fixes #23881
* Fix method name typosVipul A M2013-09-051-1/+1
|
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+31