summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 3434ccc..978920a 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -13,6 +13,8 @@ require 'fileutils'
# override the default hcl dir
FileUtils.mkdir_p __dir__+"/dot_hcl"
+FileUtils.touch __dir__+"/dot_hcl/config.yml"
+FileUtils.touch __dir__+"/dot_hcl/settings.yml"
ENV['HCL_DIR'] = __dir__+"/dot_hcl"
require 'hcl'