From b72533952a54a1502ea18ee65924d29b04d2d870 Mon Sep 17 00:00:00 2001 From: kazuyoshi tlacaelel Date: Fri, 2 Mar 2012 14:51:42 -0600 Subject: Initial commit to cobalt. --- test/test_cobalt.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/test_cobalt.rb (limited to 'test/test_cobalt.rb') 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 -- cgit