summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorZack Hobson2013-11-22 12:22:59 -0800
committerZack Hobson2013-11-22 12:22:59 -0800
commit161397ba51a57381107442804fe954776c0336ec (patch)
tree55096b2492832f81be29691fe971ad0effb9dc61 /test/test_helper.rb
parent0a7e14eb48525b291aa5715e107b981af99cbe35 (diff)
downloadhcl-161397ba51a57381107442804fe954776c0336ec.tar.bz2
move app specific test setup into app test
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
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'