blob: 63ac8c630dd2070a735e269abfa5bf4db5e31404 (
plain)
1
2
3
4
5
6
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
|