[chef-dev] Re: Fwd: rake spec is failing


Chronological Thread 
  • From: Kishore S Kumar < >
  • To: Bryan Berry < >
  • Cc: chef-dev < >
  • Subject: [chef-dev] Re: Fwd: rake spec is failing
  • Date: Tue, 27 Nov 2012 13:40:42 +0530

Well that worked.. thanks..!!



On Tue, Nov 27, 2012 at 1:10 PM, Bryan Berry < " target="_blank"> > wrote:
I was able to move past that by changing

the `require 'rake/doctask'`  in the Rakefile

to `require 'rdoc/task'`

On Tue, Nov 27, 2012 at 8:26 AM, Kishore S Kumar < " target="_blank"> > wrote:

Hi 
I'm new to chef development, I just checked out chef code, did bundle install,
and tried running `rake spec` it failed with following error

rake aborted!
GONE
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/application.rb:191:in `deprecate'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rake/rdoctask.rb:4:in `<top (required)>'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/kishorek/Documents/Projects/chef/Rakefile:24:in `<top (required)>'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/rake_module.rb:25:in `load'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/rake_module.rb:25:in `load_rakefile'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/application.rb:581:in `raw_load_rakefile'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/application.rb:87:in `block in load_rakefile'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/application.rb:158:in `standard_exception_handling'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/application.rb:86:in `load_rakefile'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/application.rb:70:in `block in run'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/application.rb:158:in `standard_exception_handling'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/lib/rake/application.rb:68:in `run'
/Users/kishorek/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.0.2/bin/rake:37:in `<top (required)>'
/Users/kishorek/.rbenv/versions/1.9.3-p194/bin/rake:23:in `load'
/Users/kishorek/.rbenv/versions/1.9.3-p194/bin/rake:23:in `<main>'

can someone help me resolve this issue..!!







Archive powered by MHonArc 2.6.16.

§