Re: [rspec-users] But rspec can not be found

2009-04-25 Thread Tom Stuart
On 22 Apr 2009, at 14:51, Kerstin Geiling wrote: actually I had the same problems I solved it now using the old task file from rspec-rails 1.2.0 and it works. Thanks to Tom for making this issue public! I've opened a ticket in Lighthouse for this issue: http://rspec.lighthouseapp.com/projec

Re: [rspec-users] But rspec can not be found

2009-04-22 Thread Kerstin Geiling
> On 18 Apr 2009, at 05:08, David Chelimsky wrote: >> I'm not sure that requiring environment.rb is the right solution >> because it will be loaded no matter what rake task is invoked, and >> that is clearly not the intent for all rake tasks. >> >> I hate to go back to the ugly mess that was there

Re: [rspec-users] But rspec can not be found

2009-04-18 Thread Tom Stuart
On 18 Apr 2009, at 05:08, David Chelimsky wrote: I'm not sure that requiring environment.rb is the right solution because it will be loaded no matter what rake task is invoked, and that is clearly not the intent for all rake tasks. I hate to go back to the ugly mess that was there to add either

Re: [rspec-users] But rspec can not be found

2009-04-17 Thread David Chelimsky
On Fri, Apr 17, 2009 at 5:37 PM, Tom Stuart wrote: > On 17 Apr 2009, at 15:03, Tom Stuart wrote: >> >> the bad commit is >> http://github.com/dchelimsky/rspec-rails/commit/c9abdccedee97217f28e07ec824bb12cda1c9173 > > I don't understand what's happening to rspec.rake in this commit. In > particular

Re: [rspec-users] But rspec can not be found

2009-04-17 Thread Tom Stuart
On 17 Apr 2009, at 15:03, Tom Stuart wrote: the bad commit is http://github.com/dchelimsky/rspec-rails/commit/c9abdccedee97217f28e07ec824bb12cda1c9173 I don't understand what's happening to rspec.rake in this commit. In particular, how is the "require 'spec/rake/spectask'" line meant to su

Re: [rspec-users] But rspec can not be found

2009-04-17 Thread Tom Stuart
On 17 Apr 2009, at 14:56, Tom Stuart wrote: Can I git-bisect rspec and rspec-rails independently to try to track down the problem, or are there going to be interdependent changes between RSpec versions 1.2.0 and 1.2.1? I tried this anyway; the bad commit is http://github.com/dchelimsky/rspec

Re: [rspec-users] But rspec can not be found

2009-04-17 Thread Tom Stuart
On 17 Apr 2009, at 11:35, David Chelimsky wrote: So there is something different about your environment than mine. Hm, that's weird. Thanks for trying. What OS? Ruby version? Versions of rspec/rspec-rails installed on the system? I'm trying to run everything vendored, so no RSpec (or Rails

Re: [rspec-users] But rspec can not be found

2009-04-17 Thread David Chelimsky
On Fri, Apr 17, 2009 at 5:45 AM, Tom Stuart wrote: > Hi, > > I've been seeing the below problem since RSpec 1.2.1 on any machine that > doesn't have the RSpec gems installed. 1.2.0 was fine. I'd hoping it would > magically go away with later versions but it hasn't; does anyone have any > clues? >

[rspec-users] But rspec can not be found

2009-04-17 Thread Tom Stuart
Hi, I've been seeing the below problem since RSpec 1.2.1 on any machine that doesn't have the RSpec gems installed. 1.2.0 was fine. I'd hoping it would magically go away with later versions but it hasn't; does anyone have any clues? -- $ git clone git://github.com/rails/rails testapp/ven