Sha256: dc8acda058a43899a2d015846bd63d60a8d2d328601a264f1a8505f094dd7cbd
Contents?: true
Size: 256 Bytes
Versions: 7
Compression:
Stored size: 256 Bytes
Contents
require_relative 'helper' require 'epub/book' class TestEUPB < Test::Unit::TestCase def setup @file = 'test/fixtures/book.epub' end def test_parse book = EPUB::Book.new assert_nothing_raised do book.parse @file end end end
Version data entries
7 entries across 7 versions & 1 rubygems