I tried to generate the docs for rspec + rails and got a bizarre error report:
rake aborted! You have a nil object when you didn't expect it! The error occurred while evaluating nil.exitstatus
Is there a copy of the combined documentation of rspec and rspec_on_rails on some web site? Doing 'rake doc:plugins' fails, even in a virginal rails project with just the forecaster from the peepcode movie.
Is there any other rspec/rails doc online anywhere?
F