Re: [rspec-users] failing rake task

2007-11-21 Thread aslak hellesoy
On Nov 21, 2007 6:11 PM, Lance Carlson <[EMAIL PROTECTED]> wrote: > I'm at the very latest, not sure what that is, but I just updated and > pulled down a bunch of new files related to the rake task and > everything is working fine now. > For the future: svn info vendor/plugins/rspec > > On Nov 21

Re: [rspec-users] failing rake task

2007-11-21 Thread Lance Carlson
I'm at the very latest, not sure what that is, but I just updated and pulled down a bunch of new files related to the rake task and everything is working fine now. On Nov 21, 2007 12:08 PM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > On Nov 21, 2007 2:12 AM, Lance Carlson <[EMAIL PROTECTED]> wrote

Re: [rspec-users] failing rake task

2007-11-21 Thread aslak hellesoy
On Nov 21, 2007 2:12 AM, Lance Carlson <[EMAIL PROTECTED]> wrote: > I'm running rspec and rspec on rails in svn external so I am running > the latest version of the trunk. revision? > Recently the rake spec task started > braking the continuous integration server because the rake aborted. I > ch

Re: [rspec-users] failing rake task

2007-11-21 Thread Lance Carlson
Looks like a bunch of updates were made overnight to the rake task and it works now. Serves me right for wanting to be on the edge. :) On Nov 21, 2007 11:24 AM, Lance Carlson <[EMAIL PROTECTED]> wrote: > Yea I tried that already, I will try again, but i replaced my local > files and checked the di

Re: [rspec-users] failing rake task

2007-11-21 Thread Lance Carlson
Yea I tried that already, I will try again, but i replaced my local files and checked the diff on the repo. I didn't see any changes in the new files that would have any effect on the rake task. It updated spec.opts and spec_helper.. I have stuff in spec_helper that is application specific that sho

Re: [rspec-users] failing rake task

2007-11-20 Thread Matt Aimonetti
Try re generating the rspec files: ruby script/generate rspec -Matt -- http://railsontherun.com On 11/20/07, Lance Carlson <[EMAIL PROTECTED]> wrote: > > I'm running rspec and rspec on rails in svn external so I am running > the latest version of the trunk. Recently the ra

[rspec-users] failing rake task

2007-11-20 Thread Lance Carlson
I'm running rspec and rspec on rails in svn external so I am running the latest version of the trunk. Recently the rake spec task started braking the continuous integration server because the rake aborted. I checked my local and it ran with the same behavior.. and all of the devs on my team are no