test/test_parser_publication.rb in epub-parser-0.1.6 vs test/test_parser_publication.rb in epub-parser-0.1.7
- old
+ new
@@ -79,11 +79,11 @@
def setup
super
@manifest = @parser.parse_manifest
end
- def test_manifest_has_16_items
- assert_equal 16, @manifest.items.length
+ def test_manifest_has_19_items
+ assert_equal 19, @manifest.items.length
end
def test_item_has_relative_path_as_href_attribute
assert_equal 'nav.xhtml', @manifest['nav'].href.to_s
end