spec/lib/epubinfo/parser_spec.rb in epubinfo-0.1.0 vs spec/lib/epubinfo/parser_spec.rb in epubinfo-0.2.0
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
describe EPUBInfo::Parser do
- let(:epub_path) { File.expand_path('spec/support/binary/metamorphosis.epub') }
+ let(:epub_path) { File.expand_path('spec/support/binary/metamorphosis_epub2.epub') }
let(:parser) { EPUBInfo::Parser.parse(epub_path) }
describe '#parse' do
it 'should assign path to @path' do
parser # preload to avoid infinite loop