summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorZack Hobson2009-08-23 20:36:42 -0700
committerZack Hobson2009-08-23 20:36:42 -0700
commitd98c7b2dc30e088fe56cc26e4f7723c4c7b18d24 (patch)
treef9b562bc187830657e6ac22be936f5af894cbba9 /test/test_helper.rb
parent0582befffbfffd65d14c295874c720fba8d08aca (diff)
downloadhcl-d98c7b2dc30e088fe56cc26e4f7723c4c7b18d24.tar.bz2
Started a test suite.
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
new file mode 100644
index 0000000..633c821
--- /dev/null
+++ b/test/test_helper.rb
@@ -0,0 +1,6 @@
+$:.unshift(File.dirname(__FILE__) + '/../lib')
+
+require 'test/unit'
+require 'hcl/app'
+require 'shoulda'
+require 'mocha'