Tim Pease wrote:

> Just fixed the bug and release a 1.1.1 version.
> 
> I was requiring the top-level RSpec file, "spec.rb", and that has an
> "at_exit" handler that tries to run the tests specified on the command
> line. This just happens to be whatever rake task you were trying to
> run, and it complains that it can't find that file.
> 
> Fixed now.
> 

Thanks; that was fast!

James