diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/helper.rb | 10 | ||||
| -rw-r--r-- | test/test_cobalt.rb | 7 |
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 |