How to run the tests?
-1. Get RSpec http://rspec.info/
-2. Do this:
+0. Checkout https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/testdocs somewhere,
+ and set and environment variable, $DOCBOOK_SVN, to point to the parent directory
+1. Have an 'epubcheck' shell command in your PATH that invokes the epubcheck Java utility
+2. Get RSpec http://rspec.info/ version=~1.1
+3. Do this:
$ cd epub/bin
$ spec spec/epub_spec.rb
$ cd epub/bin
$ spec --format specdoc --color spec/epub_spec.rb
-3. Repeat for other files in spec/*spec.rb
+4. Repeat for other files in spec/*spec.rb
How to make them more verbose?
1. Set $DEBUG to true (near the top of each spec)