diff options
| author | Zack Hobson | 2013-11-30 09:05:05 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-11-30 09:05:05 -0800 |
| commit | da6cc3fdcf96bcecadb4be37f5c7d3b49ee5299b (patch) | |
| tree | 615d14da6a93516cc6bb22a7010d325396b01f02 /test | |
| parent | ba91587452d6142d6bd1e0993d7bec49c692916c (diff) | |
| download | hcl-da6cc3fdcf96bcecadb4be37f5c7d3b49ee5299b.tar.bz2 | |
fixes for 1.9.3
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 15741d4..0b8708d 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -13,7 +13,7 @@ require 'fileutils' require 'fakeweb' # override the default hcl dir -ENV['HCL_DIR'] = __dir__+"/dot_hcl" +ENV['HCL_DIR'] = File.dirname(__FILE__)+"/dot_hcl" require 'hcl' |
