diff options
| author | Zack Hobson | 2013-11-21 15:57:17 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-21 15:57:17 -0800 | 
| commit | c32bdade26fbf53587e9f8ccc67c5f22c6d45b80 (patch) | |
| tree | 296876acf2addbb6e29dafc9e57826c74734de5d /test/test_helper.rb | |
| parent | 88fbc92940d628b4b7d9a7b37826beecd43b3f22 (diff) | |
| download | hcl-c32bdade26fbf53587e9f8ccc67c5f22c6d45b80.tar.bz2 | |
app: add option to force auth refresh
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 2 | 
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' | 
