test/test_parser_ocf.rb in epub-parser-0.0.3 vs test/test_parser_ocf.rb in epub-parser-0.0.4

- old
+ new

@@ -2,10 +2,10 @@ require File.expand_path 'helper', File.dirname(__FILE__) require 'epub/parser/ocf' class TestParserOCF < Test::Unit::TestCase def setup - @parser = Parser::OCF.new 'test/fixtures/book' + @parser = EPUB::Parser::OCF.new 'test/fixtures/book' end def test_parse_container_can_find_primary_rootfile container = @parser.parse_container