spec/lib/epubinfo_spec.rb in epubinfo-0.1.0 vs spec/lib/epubinfo_spec.rb in epubinfo-0.2.0
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
describe EPUBInfo do
- let(:epub_path) { File.expand_path('spec/support/binary/metamorphosis.epub') }
+ let(:epub_path) { File.expand_path('spec/support/binary/metamorphosis_epub2.epub') }
describe '#get' do
it 'calls parser' do
EPUBInfo::Parser.should_receive(:parse)
EPUBInfo.get(epub_path)