From: Tim Pease Date: 2007-12-30T05:43:19+09:00 Subject: Re: [ANN] Mr Bones - 1.1.0 On Dec 29, 2007 12:46 PM, James Britt wrote: > > Looks very col. However, after installing the gem, I tried it out and > got this: > > > james@james06:/tmp$ bones FOOBAR > /usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.1/lib/spec/runner/options.rb:216:in > `files_to_load': File or directory not found: manifest:create (RuntimeError) > 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. Blessings, TwP