aboutsummaryrefslogtreecommitdiff
path: root/test/helper.rb
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-04-24 09:02:11 -0500
committerBen Beltran <ben@freshout.us>2013-04-24 09:02:11 -0500
commit2080b2cf62333d3e80d30cfec7f3b304c67014d0 (patch)
tree3d0af00d86058699b8d2ba3cf39858b35a898920 /test/helper.rb
parent87881a5cafbe36b37834c45aac2e4a3e59fa8e0e (diff)
Cleanup
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