diff options
| author | Zack Hobson | 2013-12-02 12:48:18 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-02 12:48:18 -0800 | 
| commit | 0480ccde6194671c7c0c111e686c9c87f093759f (patch) | |
| tree | eb7fa29977d2aef280f6daad0ccf8904e1d3f768 | |
| parent | 9bed66d535c008bba6e0c4c8f5d0c9c1453b422b (diff) | |
| download | hcl-0480ccde6194671c7c0c111e686c9c87f093759f.tar.bz2 | |
test_helper: require debugger
| -rw-r--r-- | test/test_helper.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/test_helper.rb b/test/test_helper.rb index 0b8708d..9ac5c66 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -11,6 +11,7 @@ require 'test/unit'  require 'mocha/setup'  require 'fileutils'  require 'fakeweb' +require 'debugger'  # override the default hcl dir  ENV['HCL_DIR'] = File.dirname(__FILE__)+"/dot_hcl" | 
