On Wed, Oct 22, 2008 at 4:48 AM, Matt Wynne <[EMAIL PROTECTED]> wrote: > On 21 Oct 2008, at 19:51, David Chelimsky wrote: > >> Hey all, >> >> Just a heads up about a bug related to configuring the rspec gems in >> your rails 2.1.1 projects: > > I had a little crack at this, but I got scared off as there seems to be some > chicken-and-egg stuff going on. My rake tasks require rspec, but if rspec > gem isn't installed yet, the rake environment won't load and I can't run > rake gems:install. > > Am I doing something dumb?
Did you updated the generate rake tasks? Since you're using the gem based one, require 'rubygems' before require 'spec' should work. I was bitten several time by RubyGems dependencies that I just try to avoid them, the more explicit you are, the better :-D -- Luis Lavena AREA 17 - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users