summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorZack Hobson2013-11-21 15:57:17 -0800
committerZack Hobson2013-11-21 15:57:17 -0800
commitc32bdade26fbf53587e9f8ccc67c5f22c6d45b80 (patch)
tree296876acf2addbb6e29dafc9e57826c74734de5d /test/test_helper.rb
parent88fbc92940d628b4b7d9a7b37826beecd43b3f22 (diff)
downloadhcl-c32bdade26fbf53587e9f8ccc67c5f22c6d45b80.tar.bz2
app: add option to force auth refresh
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'