first commit

This commit is contained in:
Shane Becker 2011-06-14 20:02:00 -07:00
commit 9260774403
8 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,8 @@
require "test/unit"
require "microformats2"
class TestMicroformats2 < Test::Unit::TestCase
def test_sanity
flunk "write tests or I will kneecap you"
end
end