aboutsummaryrefslogtreecommitdiff
path: root/test/test_cobalt.rb
diff options
context:
space:
mode:
authorkazuyoshi tlacaelel <kazu.dev@gmail.com>2012-03-02 14:51:42 -0600
committerkazuyoshi tlacaelel <kazu.dev@gmail.com>2012-03-02 14:51:42 -0600
commitb72533952a54a1502ea18ee65924d29b04d2d870 (patch)
tree35f0e48e15da7ff3d0170087ebcc378c98c4699e /test/test_cobalt.rb
Initial commit to cobalt.
Diffstat (limited to 'test/test_cobalt.rb')
-rw-r--r--test/test_cobalt.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test_cobalt.rb b/test/test_cobalt.rb
new file mode 100644
index 0000000..63ac8c6
--- /dev/null
+++ b/test/test_cobalt.rb
@@ -0,0 +1,7 @@
+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