aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/tmp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-0/+0
| | | | | | | | | | | | | | | | * Global ignores at toplevel .gitignore * Component-specific ignores in each toplevel directory * Remove `actionview/test/tmp/.keep` for JRuby ``` rm actionview/test/tmp/ -fr cd actionview/ bundle exec jruby -Itest test/template/digestor_test.rb ``` Related to #11743, #30392. Closes #29978.
* Unify the internal source control .keep file nameKoichi ITO2017-08-241-0/+0
|
* Add tmp dir in actionview/test/Gaurish Sharma2013-08-051-0/+0
Missing tmp directory will cause the test to fail on JRuby. will commit adds tmp directory & 22 TemplateDigestorTests which were failing before are now green. Further Discussion on this can be seen at #11743