renamed test html file
This commit is contained in:
parent
f89933cbeb
commit
1aa1b5da83
2 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class TestMicroformats2 < Test::Unit::TestCase
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
END
|
END
|
||||||
result = Microformats2.parse(File.open(File.join(File.dirname(__FILE__), "hcard.html")))
|
result = Microformats2.parse(File.open(File.join(File.dirname(__FILE__), "simple.html")))
|
||||||
assert_equal HCard, result[:hcard].first.class
|
assert_equal HCard, result[:hcard].first.class
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue