Re: [rspec-users] Spork in RSpec 2

2010-03-10 Thread Ashley Moran
On Mar 10, 2010, at 1:46 pm, David Chelimsky wrote: > AFAIK, no. Please add a comment to the issue saying you're working on it. Done. >> * are there any potential issues that people with RSpec 2 knowledge can >> forsee? I don't want to lose time on known gotchas. > > * You will need the othe

Re: [rspec-users] Spork in RSpec 2

2010-03-10 Thread David Chelimsky
On Wed, Mar 10, 2010 at 7:31 AM, Ashley Moran wrote: > Hi > > I've just started using RSpec 2 in Rails 3 and I'm incredibly frustrated by > the time it takes to boot Rails, it's a real TDD bottleneck.  The obvious > solution is Spork, which is currently not possible with RSpec 2 because it > la

[rspec-users] Spork in RSpec 2

2010-03-10 Thread Ashley Moran
Hi I've just started using RSpec 2 in Rails 3 and I'm incredibly frustrated by the time it takes to boot Rails, it's a real TDD bottleneck. The obvious solution is Spork, which is currently not possible with RSpec 2 because it lacks DRb support[1]. I've cloned RSpec and I'm about to start wor