8 lines
166 B
Ruby
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
|