aboutsummaryrefslogtreecommitdiff
path: root/test/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper.rb')
-rw-r--r--test/helper.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/helper.rb b/test/helper.rb
deleted file mode 100644
index c6912c3..0000000
--- a/test/helper.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-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