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 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 showed in the svn diff (but nothing else) > and there were subtle changes in spec.opts .. I will try again but, I > remember still having problems. > > -L > > > On Nov 20, 2007 8:19 PM, Matt Aimonetti <[EMAIL PROTECTED]> wrote: > > 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 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 now experiencing the same problem. All the spec's > > > are passing, but the rake task is aborting. Anyone know why this could > > > be happening? > > > > > > Finished in 8.396101 seconds > > > > > > 422 examples, 0 failures, 25 pending > > > rake aborted! > > > Command ruby etc. etc. > > > > > > " --options "/Users/lance/Sites/feedvuz/spec/spec.opts" failed > > > > > > (See full trace by running task with --trace) > > > > > > The trace produced the following results: > > > > > > " --options "/Users/lance/Sites/feedvuz/spec/spec.opts" failed > > > > > /Users/lance/Sites/feedvuz/vendor/plugins/rspec/lib/spec/rake/spectask.rb:173:in > > > `define' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:823:in > > > `verbose' > > > > > /Users/lance/Sites/feedvuz/vendor/plugins/rspec/lib/spec/rake/spectask.rb:142:in > > > `define' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in > > > `call' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake- > > 0.7.3/lib/rake.rb:392:in > > > `execute' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in > > > `each' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake- > > 0.7.3/lib/rake.rb:392:in > > > `execute' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:362:in > > > `invoke' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake- > > 0.7.3/lib/rake.rb:355:in > > > `synchronize' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in > > > `invoke' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake- > > 0.7.3/lib/rake.rb:1739:in > > > `top_level' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in > > > `each' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake- > > 0.7.3/lib/rake.rb:1739:in > > > `top_level' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in > > > `standard_exception_handling' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake- > > 0.7.3/lib/rake.rb:1733:in > > > `top_level' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in > > > `run' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake- > > 0.7.3/lib/rake.rb:1761:in > > > `standard_exception_handling' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in > > > `run' > > > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake- > > 0.7.3/bin/rake:7 > > > /usr/bin/rake:16:in `load' > > > /usr/bin/rake:16 > > > > > > Thanks in advance! > > > -L > > > _______________________________________________ > > > rspec-users mailing list > > > [email protected] > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > > > > > _______________________________________________ > > rspec-users mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
