summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorZack Hobson2013-11-30 09:05:05 -0800
committerZack Hobson2013-11-30 09:05:05 -0800
commitda6cc3fdcf96bcecadb4be37f5c7d3b49ee5299b (patch)
tree615d14da6a93516cc6bb22a7010d325396b01f02 /test/test_helper.rb
parentba91587452d6142d6bd1e0993d7bec49c692916c (diff)
downloadhcl-da6cc3fdcf96bcecadb4be37f5c7d3b49ee5299b.tar.bz2
fixes for 1.9.3
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
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'