When I executed the command - rake doc:plugins Rdoc -o doc/plugins/rspec -title ... ... ... vendor/plugins/rspec/lib/spec.rb vendor/plugins/rspec/README Rake aborted! You have a nil object when you didn''t expect it! The error occurred while evaluating nil.exitstatus This error was there. Please send me the solution of this problem. Thanks in advance! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Shikha Sharma wrote:> When I executed the command - rake doc:plugins > > > > Rdoc -o doc/plugins/rspec -title > > ... > > ... > > ... > > vendor/plugins/rspec/lib/spec.rb vendor/plugins/rspec/README > > > > Rake aborted! > > You have a nil object when you didn''t expect it! > > The error occurred while evaluating nil.exitstatus > > > > This error was there. Please send me the solution of this problem.That looks like an error in RSpec specifically. I don''t have a ready-made fix, but if you''re keen on generating the documentation for that plugin I suggest looking at spec.rb, as pointed to in the error message. The rdoc for RSpec is also available online: http://rspec.rubyforge.org/rdoc/index.html -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ya again I tried to install rspec and it was successfully installed as before but still the problem is there.> That looks like an error in RSpec specifically. I don''t have a > ready-made fix, but if you''re keen on generating the documentation for > that plugin I suggest looking at spec.rb, as pointed to in the error > message. > > The rdoc for RSpec is also available online: > http://rspec.rubyforge.org/rdoc/index.html-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---