+++ /dev/null
-README.rdoc
-lib/**/*.rb
-bin/*
-features/**/*.feature
-LICENSE
+++ /dev/null
-0.1.0
\ No newline at end of file
+++ /dev/null
-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
+++ /dev/null
-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