first commit
This commit is contained in:
commit
9260774403
8 changed files with 120 additions and 0 deletions
8
test/test_microformats2.rb
Normal file
8
test/test_microformats2.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue