Sha256: e07e2bf7f4335ab1dc5be94d9aecb95e9d2e7759e464dfeb0ad6b3cf60910f7d
Contents?: true
Size: 355 Bytes
Versions: 5
Compression:
Stored size: 355 Bytes
Contents
require 'simplecov' SimpleCov.start do add_filter /test|deps/ end require 'test/unit' require 'test/unit/notify' require 'pry' require 'epubcheck/ruby/cli' class Test::Unit::TestCase def assert_valid_epub(file) assert_true Epubcheck::Ruby::CLI.new.execute(file) end end $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'epub'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
epub-maker-0.1.4 | test/helper.rb |
epub-maker-0.1.3 | test/helper.rb |
epub-maker-0.1.2 | test/helper.rb |
epub-maker-0.1.1 | test/helper.rb |
epub-maker-0.1.0 | test/helper.rb |