$ 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)