documentcloud / docsplit

Break Apart Documents into Images, Text, Pages and PDFs
http://documentcloud.github.io/docsplit/
Other
831 stars 214 forks source link

Can't run the tests #47

Closed dentarg closed 11 years ago

dentarg commented 12 years ago
$ ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.2.0]
$ git clone git@github.com:documentcloud/docsplit.git
Cloning into 'docsplit'...
remote: Counting objects: 667, done.
remote: Compressing objects: 100% (314/314), done.
remote: Total 667 (delta 384), reused 617 (delta 341)
Receiving objects: 100% (667/667), 8.67 MiB | 535 KiB/s, done.
Resolving deltas: 100% (384/384), done.
$ cd docsplit
$ rake -T
rake gem:install    # Build and install the docsplit gem
rake gem:uninstall  # Uninstall the docsplit gem
rake test           # Run all tests
$ rake test
NOTE: Gem.available? is deprecated, use Specification::find_by_name. It will be removed on or after 2011-11-01.
Gem.available? called from /Users/dentarg/src/docsplit/Rakefile:7.
rake aborted!
cannot load such file -- test/unit/test_convert_to_pdf.rb

Tasks: TOP => test
(See full trace by running task with --trace)
knowtheory commented 11 years ago

Tests are updated and should work in 1.8.7 or any of the 1.9s.