epub-parser 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +0,0 @@
1
- Feature: We can see information about EPUB file
2
-
3
- Scenario: See info about existing EPUB file
4
- Given the file "test/fixtures/book.epub" exists
5
- When I successfully run `bundle exec epubinfo /home/ikeda/ruby/projects/epub-parser/test/fixtures/book.epub`
6
- Then the stdout should contain "The New French Cuisine Masters"
@@ -1,5 +0,0 @@
1
- Given /^the file "([^"]*)" exists$/ do |file_name|
2
- unless File.exist? File.join(File.dirname(__FILE__), '..', '..', file_name)
3
- raise "File #{file_name} does not exist"
4
- end
5
- end
@@ -1 +0,0 @@
1
- require 'aruba/cucumber'