Displaying 1 result from an estimated 1 matches for "mycastory".
Did you mean:
my_story
2008 Aug 12
2
return code question
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 code
from the command I am running.. The command I am running is:
ruby script/spec spec/models -f