From 578ac2f5dc7432317d7a022bed9d869ab89ee45c Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 9 Oct 2012 00:01:55 -0700 Subject: initial code commit --- cli/test/test_helper.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cli/test/test_helper.rb (limited to 'cli/test/test_helper.rb') 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 -- cgit v1.2.3