test/test_parser_ocf.rb in epub-parser-0.1.2 vs test/test_parser_ocf.rb in epub-parser-0.1.3

- old
+ new

@@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- require File.expand_path 'helper', File.dirname(__FILE__) -require 'epub/parser/ocf' class TestParserOCF < Test::Unit::TestCase def setup file = 'test/fixtures/book.epub' @zip = Zip::Archive.open(file)