From 4254a6e677f700f6a0531a4dec82c22a7b590783 Mon Sep 17 00:00:00 2001 From: Gaurish Sharma Date: Mon, 5 Aug 2013 01:19:33 +0530 Subject: Add tmp dir in actionview/test/ 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 --- actionview/test/tmp/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 actionview/test/tmp/.gitkeep diff --git a/actionview/test/tmp/.gitkeep b/actionview/test/tmp/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3