summaryrefslogtreecommitdiff
path: root/ruby/test
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-02-06 21:28:27 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-02-06 21:28:27 +0900
commitd5609f3207ee8b98dc1e2032cd31a23380ad5402 (patch)
treeaef84c076d47c6cb8125bb77db3c6458801d7181 /ruby/test
parentcd10fbc1fe39308045f0b7bf9cce5f8153f25f1d (diff)
downloadmsgpack-python-d5609f3207ee8b98dc1e2032cd31a23380ad5402.tar.gz
ruby: makegem.sh
Diffstat (limited to 'ruby/test')
-rw-r--r--ruby/test/test_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/test/test_helper.rb b/ruby/test/test_helper.rb
new file mode 100644
index 0000000..3088faa
--- /dev/null
+++ b/ruby/test/test_helper.rb
@@ -0,0 +1,3 @@
+require 'test/unit'
+require File.dirname(__FILE__) + '/../ext/msgpack'
+