Re: [rspec-users] test log

2008-05-16 Thread Ben Mabey
Jonathan Linowes wrote: Is there an easy way to inject each example text into test.log so I can isolate the log output per example? ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users You could cr

[rspec-users] test log

2008-05-16 Thread Jonathan Linowes
Is there an easy way to inject each example text into test.log so I can isolate the log output per example? ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Which rspec for rails 2.1RC1?

2008-05-16 Thread David Chelimsky
On May 16, 2008, at 6:21 PM, "Rick DeNatale" <[EMAIL PROTECTED]> wrote: On Fri, May 16, 2008 at 4:19 PM, aslak hellesoy <[EMAIL PROTECTED]> wrote: On Fri, May 16, 2008 at 5:41 PM, Rick DeNatale <[EMAIL PROTECTED] > wrote: BTW the installation doc at http://rspec.info/documentation/rails/in

Re: [rspec-users] Which rspec for rails 2.1RC1?

2008-05-16 Thread Rick DeNatale
On Fri, May 16, 2008 at 4:19 PM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > On Fri, May 16, 2008 at 5:41 PM, Rick DeNatale <[EMAIL PROTECTED]> wrote: >> BTW the installation doc at >> http://rspec.info/documentation/rails/install.html seems to be stuck >> in the pre-git days. >> > > That's becaus

Re: [rspec-users] Which rspec for rails 2.1RC1?

2008-05-16 Thread aslak hellesoy
On Fri, May 16, 2008 at 5:41 PM, Rick DeNatale <[EMAIL PROTECTED]> wrote: > I'm working on porting our app. Do I need to upgrade rspec from 1.1.3? > If so which version. > 1.1.3 might work - we're not systematically testing old version against newer versions of Rails. If it doesn't work, try the

[rspec-users] Which rspec for rails 2.1RC1?

2008-05-16 Thread Rick DeNatale
I'm working on porting our app. Do I need to upgrade rspec from 1.1.3? If so which version. BTW the installation doc at http://rspec.info/documentation/rails/install.html seems to be stuck in the pre-git days. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/ ___