diff options
author | Gaurish Sharma <contact@gaurishsharma.com> | 2013-08-05 01:19:33 +0530 |
---|---|---|
committer | Gaurish Sharma <contact@gaurishsharma.com> | 2013-08-05 01:24:14 +0530 |
commit | 4254a6e677f700f6a0531a4dec82c22a7b590783 (patch) | |
tree | 318d00694ec95873fddc9f8f3f8b4aa40f7c8300 | |
parent | 50029ba5a125477b9a0cc17af4c474ddf8a61cae (diff) | |
download | rails-4254a6e677f700f6a0531a4dec82c22a7b590783.tar.gz rails-4254a6e677f700f6a0531a4dec82c22a7b590783.tar.bz2 rails-4254a6e677f700f6a0531a4dec82c22a7b590783.zip |
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
-rw-r--r-- | actionview/test/tmp/.gitkeep | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/actionview/test/tmp/.gitkeep b/actionview/test/tmp/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/actionview/test/tmp/.gitkeep |