microformats2/test/test_microformats2.rb
2011-06-14 20:02:00 -07:00

8 lines
166 B
Ruby

require "test/unit"
require "microformats2"
class TestMicroformats2 < Test::Unit::TestCase
def test_sanity
flunk "write tests or I will kneecap you"
end
end