]> git.r.bdr.sh - rbdr/cologne/commitdiff
Cleanup
authorBen Beltran <redacted>
Wed, 24 Apr 2013 14:02:11 +0000 (09:02 -0500)
committerBen Beltran <redacted>
Wed, 24 Apr 2013 14:02:11 +0000 (09:02 -0500)
.document [deleted file]
VERSION [deleted file]
test/helper.rb [deleted file]
test/test_cobalt.rb [deleted file]

diff --git a/.document b/.document
deleted file mode 100644 (file)
index ecf3673..0000000
--- a/.document
+++ /dev/null
@@ -1,5 +0,0 @@
-README.rdoc
-lib/**/*.rb
-bin/*
-features/**/*.feature
-LICENSE
diff --git a/VERSION b/VERSION
deleted file mode 100644 (file)
index 6c6aa7c..0000000
--- a/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-0.1.0
\ No newline at end of file
diff --git a/test/helper.rb b/test/helper.rb
deleted file mode 100644 (file)
index c6912c3..0000000
+++ /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 (file)
index 63ac8c6..0000000
+++ /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