diff options
| author | Zack Hobson | 2013-11-21 13:11:44 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-21 13:11:44 -0800 | 
| commit | dbd848b84ad1fc0d0f3c9fe77baaec11afe2fdf5 (patch) | |
| tree | e8332b9e3626676846681d06d1bca7ef5728fb49 /test/test_helper.rb | |
| parent | 97c14cd9ed89e5e5d85dcfb7abb206b4d0ce847a (diff) | |
| download | hcl-dbd848b84ad1fc0d0f3c9fe77baaec11afe2fdf5.tar.bz2 | |
test_helper: bundler adds lib to the load path now.
Diffstat (limited to 'test/test_helper.rb')
| -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 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' | 
