From 56a2a84e4fca22cda0524c4e0fb7d43879110f9e Mon Sep 17 00:00:00 2001 From: Alvaro Faundez Date: Mon, 12 Feb 2018 15:09:51 -0500 Subject: [PATCH] Add test tmp dir --- test/.tmp/.gitkeep | 0 test/test_helper.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test/.tmp/.gitkeep diff --git a/test/.tmp/.gitkeep b/test/.tmp/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/test/test_helper.rb b/test/test_helper.rb index bc8b432..85cd9cb 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -17,7 +17,7 @@ def source_dir(*subdirs) end def dest_dir(*subdirs) - test_dir('tmp', *subdirs) + test_dir('.tmp', *subdirs) end def default_configuration