diff options
| author | Zack Hobson | 2013-11-22 12:22:59 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-22 12:22:59 -0800 | 
| commit | 161397ba51a57381107442804fe954776c0336ec (patch) | |
| tree | 55096b2492832f81be29691fe971ad0effb9dc61 /test/test_helper.rb | |
| parent | 0a7e14eb48525b291aa5715e107b981af99cbe35 (diff) | |
| download | hcl-161397ba51a57381107442804fe954776c0336ec.tar.bz2 | |
move app specific test setup into app test
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/test/test_helper.rb b/test/test_helper.rb index 8b4f7a0..15741d4 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -13,9 +13,6 @@ require 'fileutils'  require 'fakeweb'  # override the default hcl dir -FileUtils.mkdir_p __dir__+"/dot_hcl" -FileUtils.touch __dir__+"/dot_hcl/config.yml" -FileUtils.touch __dir__+"/dot_hcl/settings.yml"  ENV['HCL_DIR'] = __dir__+"/dot_hcl"  require 'hcl' | 
