renamed test html file

This commit is contained in:
Shane Becker 2011-06-25 17:25:04 -07:00
parent f89933cbeb
commit 1aa1b5da83
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,7 @@ class TestMicroformats2 < Test::Unit::TestCase
</body>
</html>
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
end