aboutsummaryrefslogtreecommitdiff
path: root/test/helper.rb
diff options
context:
space:
mode:
authorkazuyoshi tlacaelel <kazu.dev@gmail.com>2012-03-02 14:51:42 -0600
committerkazuyoshi tlacaelel <kazu.dev@gmail.com>2012-03-02 14:51:42 -0600
commitb72533952a54a1502ea18ee65924d29b04d2d870 (patch)
tree35f0e48e15da7ff3d0170087ebcc378c98c4699e /test/helper.rb
Initial commit to cobalt.
Diffstat (limited to 'test/helper.rb')
-rw-r--r--test/helper.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/helper.rb b/test/helper.rb
new file mode 100644
index 0000000..c6912c3
--- /dev/null
+++ b/test/helper.rb
@@ -0,0 +1,10 @@
+require 'rubygems'
+require 'test/unit'
+require 'shoulda'
+
+$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
+$LOAD_PATH.unshift(File.dirname(__FILE__))
+require 'cobalt'
+
+class Test::Unit::TestCase
+end