summaryrefslogtreecommitdiff
path: root/cli/test/test_helper.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-10-09 00:01:55 -0700
committerelijah <elijah@riseup.net>2012-10-09 00:01:55 -0700
commit578ac2f5dc7432317d7a022bed9d869ab89ee45c (patch)
tree3cf8d27c2e8059df33e33e9c39146e0b3db29599 /cli/test/test_helper.rb
parent105fe22c2de06310e48c4827b47d38d18750ed32 (diff)
initial code commit
Diffstat (limited to 'cli/test/test_helper.rb')
-rw-r--r--cli/test/test_helper.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/test/test_helper.rb b/cli/test/test_helper.rb
new file mode 100644
index 0000000..2e33705
--- /dev/null
+++ b/cli/test/test_helper.rb
@@ -0,0 +1,9 @@
+require 'test/unit'
+
+# Add test libraries you want to use here, e.g. mocha
+
+class Test::Unit::TestCase
+
+ # Add global extensions to the test case class here
+
+end