From: Tim Pease Date: 2007-12-30T05:23:32+09:00 Subject: Re: [ANN] Mr Bones - 1.1.0 On Dec 29, 2007 12:46 PM, James Britt wrote: > Tim Pease wrote: > > > > > To create a new "Get Fuzzy" project: > > > > bones get_fuzzy > > > > > 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) > > > It does create the project directory, though. > > However, if I cd to that folder and run > > $ rake manifest:create > > I get that same error. > > > In fact, this seems to happen with other rake tasks as well. For example: > > james@james06:/tmp/FOOBAR$ rake clobber > (in /tmp/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: clobber (RuntimeError) > > Grrrr. Mr Bones is not playing nicely with RSpec 1.1.1 I'll look into it and see if I can patch things up between the two. TwP