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
commit43887ff2cbc953d24de692ec5e4d1fc9ad30247d (patch)
tree1c3658f24350eda45e0ac70011f2d0f095f39b7c /test/helper.rb
parentf77b762e787faebdc553ef608888411781976b29 (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