aboutsummaryrefslogtreecommitdiff
path: root/test
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
parent87881a5cafbe36b37834c45aac2e4a3e59fa8e0e (diff)
Cleanup
Diffstat (limited to 'test')
-rw-r--r--test/helper.rb10
-rw-r--r--test/test_cobalt.rb7
2 files changed, 0 insertions, 17 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
diff --git a/test/test_cobalt.rb b/test/test_cobalt.rb
deleted file mode 100644
index 63ac8c6..0000000
--- a/test/test_cobalt.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'helper'
-
-class TestCobalt < Test::Unit::TestCase
- should "probably rename this file and start testing for real" do
- flunk "hey buddy, you should probably rename this file and start testing for real"
- end
-end