diff --git a/test/hcard.html b/test/simple.html similarity index 100% rename from test/hcard.html rename to test/simple.html diff --git a/test/test_microformats2.rb b/test/test_microformats2.rb index f79e74e..694c756 100644 --- a/test/test_microformats2.rb +++ b/test/test_microformats2.rb @@ -30,7 +30,7 @@ class TestMicroformats2 < Test::Unit::TestCase 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