Re: [Rails] Re: Re: ruby-debug does not invoke from rspec (rails 3 rspec beta 22)

2010-09-14 Thread David Kahn
Thanks Marnen, I did take your prod and got Cucumber working it was a great day, I think cucumber may even be a bigger win for me than rspec in terms of productivity. On Tue, Sep 14, 2010 at 7:49 AM, Marnen Laibow-Koser wrote: > David Kahn wrote: > [...] > >> > >> And why are you using RSpec

[Rails] Re: Re: ruby-debug does not invoke from rspec (rails 3 rspec beta 22)

2010-09-14 Thread Marnen Laibow-Koser
David Kahn wrote: [...] >> >> And why are you using RSpec specs for your controllers, anyway? >> Cucumber stories are better for that. RSpec is better for model logic. >> >> > Well, I was hoping to cap new things on this project with Rails 3, ruby > 1.9.2, rspec, factory girl. Uh, what? If y