Re: [rspec-users] Cucumber broke my rake tasks! 0.3.5

2009-05-18 Thread Andrew Premdas
Sorry for being a bit slow, but what would you like me to set it to?? 2009/5/18 aslak hellesoy : >> 2009/5/15 aslak hellesoy : Andrew Premdas wrote: > > Seem to be having a problem with the new releases 0.3.5 which > completely breaks my rake tasks http://gist.github.com/112149. >

Re: [rspec-users] Cucumber broke my rake tasks! 0.3.5

2009-05-18 Thread aslak hellesoy
> 2009/5/15 aslak hellesoy : >>> Andrew Premdas wrote: Seem to be having a problem with the new releases 0.3.5 which completely breaks my rake tasks http://gist.github.com/112149. WIth the  t.fork = true # Explicitly fork for cucumber 0.3.4 and rails lin

Re: [rspec-users] Cucumber broke my rake tasks! 0.3.5

2009-05-16 Thread Andrew Premdas
2009/5/15 aslak hellesoy : >> Andrew Premdas wrote: >>> >>> Seem to be having a problem with the new releases 0.3.5 which >>> completely breaks my rake tasks http://gist.github.com/112149. >>> >>> WIth the >>> >>>  t.fork = true # Explicitly fork for cucumber 0.3.4 and rails >>> >>> lines added to

Re: [rspec-users] Cucumber broke my rake tasks! 0.3.5

2009-05-15 Thread aslak hellesoy
> Andrew Premdas wrote: >> >> Seem to be having a problem with the new releases 0.3.5 which >> completely breaks my rake tasks http://gist.github.com/112149. >> >> WIth the >> >>  t.fork = true # Explicitly fork for cucumber 0.3.4 and rails >> >> lines added to the tasks none of my steps are recogn

Re: [rspec-users] Cucumber broke my rake tasks! 0.3.5

2009-05-15 Thread Ben Mabey
Andrew Premdas wrote: Seem to be having a problem with the new releases 0.3.5 which completely breaks my rake tasks http://gist.github.com/112149. WIth the t.fork = true # Explicitly fork for cucumber 0.3.4 and rails lines added to the tasks none of my steps are recognised (see second file i

[rspec-users] Cucumber broke my rake tasks! 0.3.5

2009-05-15 Thread Andrew Premdas
Seem to be having a problem with the new releases 0.3.5 which completely breaks my rake tasks http://gist.github.com/112149. WIth the t.fork = true # Explicitly fork for cucumber 0.3.4 and rails lines added to the tasks none of my steps are recognised (see second file in gists) Without t.fork