summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorZack Hobson2013-11-18 12:20:08 -0800
committerZack Hobson2013-11-18 12:20:08 -0800
commit392034ccb82add25c97c8175abbc6422aa871b27 (patch)
tree0a95069bd1de35d0b51dd4de0ef775cb53421f71 /test/test_helper.rb
parent27bc3cef233dd4f50c9957bae0ac90392ea99023 (diff)
downloadhcl-392034ccb82add25c97c8175abbc6422aa871b27.tar.bz2
version 0.4.0
* added alias and unalias commands * note and start commands are now optional/contextual * note adds a new line
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index fa69a86..9e12bac 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -4,4 +4,4 @@ require 'rubygems'
require 'test/unit'
require 'hcl/app'
require 'shoulda'
-require 'mocha'
+require 'mocha/setup'