Re: [rspec-users] config.gem/rspec-rails/rspec bug (#577)

2008-10-22 Thread Matt Wynne
On 22 Oct 2008, at 10:58, Luis Lavena wrote: 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

Re: [rspec-users] config.gem/rspec-rails/rspec bug (#577)

2008-10-22 Thread Luis Lavena
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

Re: [rspec-users] config.gem/rspec-rails/rspec bug (#577)

2008-10-22 Thread Matt Wynne
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,

Re: [rspec-users] config.gem/rspec-rails/rspec bug (#577)

2008-10-21 Thread David Chelimsky
Hey all, Just a heads up about a bug related to configuring the rspec gems in your rails 2.1.1 projects: http://rspec.lighthouseapp.com/projects/5645-rspec/tickets/577 Apparently, if you config.gem both rspec and rspec-rails 1.1.9 w/ rspec first, you'll get an error: # DON'T DO THIS: config.g