Re: [rspec-users] return code question

2008-08-13 Thread Ben Fyvie
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Chelimsky Sent: Wednesday, August 13, 2008 7:36 AM To: rspec-users Subject: Re: [rspec-users] return code question On Tue, Aug 12, 2008 at 1:22 PM, Ben Fyvie <[EMAIL PROTECTED]> wrote: > We are trying to automate the running of our r

Re: [rspec-users] return code question

2008-08-13 Thread David Chelimsky
On Tue, Aug 12, 2008 at 1:22 PM, Ben Fyvie <[EMAIL PROTECTED]> wrote: > We are trying to automate the running of our rspec tests for our Rails app > on a build server using Capistrano. The problem is that Capistrano seems to > think that the command called to run the model tests failed when in fac

[rspec-users] return code question

2008-08-12 Thread Ben Fyvie
We are trying to automate the running of our rspec tests for our Rails app on a build server using Capistrano. The problem is that Capistrano seems to think that the command called to run the model tests failed when in fact I believe it succeeded. I believe the problem has to do with the return co