summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2013-11-21 13:11:44 -0800
committerZack Hobson2013-11-21 13:11:44 -0800
commitdbd848b84ad1fc0d0f3c9fe77baaec11afe2fdf5 (patch)
treee8332b9e3626676846681d06d1bca7ef5728fb49
parent97c14cd9ed89e5e5d85dcfb7abb206b4d0ce847a (diff)
downloadhcl-dbd848b84ad1fc0d0f3c9fe77baaec11afe2fdf5.tar.bz2
test_helper: bundler adds lib to the load path now.
-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 b8506ec..3434ccc 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -9,12 +9,12 @@ end
require 'test/unit'
require 'mocha/setup'
+require 'fileutils'
# override the default hcl dir
FileUtils.mkdir_p __dir__+"/dot_hcl"
ENV['HCL_DIR'] = __dir__+"/dot_hcl"
-$:.unshift(__dir__ + '/../lib')
require 'hcl'