Re: [rspec-users] rake spec:rcov failing

2008-05-13 Thread Alf Mikula
Steve, Did you have any luck with this? I ran into this problem today, with Rcov 0.8.1.2.0, RSpec 1.1.3, and REXML 3.1.7.3. -Alf -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org

Re: [rspec-users] rake spec:rcov failing

2008-05-13 Thread Steve Downey
I havne't take a look yet, but a couple of points: - I was mistaken in my OP; I'm running REXML 3.1.7.3 - I saw a different post on a related topic that seemed to blame REXML I'd been meaning to go back to an earlier version of REXML and see if that fixed it since I had rcov working on this

[rspec-users] rake spec:rcov failing

2008-04-30 Thread Steve Downey
Trying to run the 'spec:rcov' task and failing with error below. I saw a post from last year with a different REXML error but it was a FixNum issue. Any help appreciated. S OS X Ruby 1.8.6 Rails 2.02 RSpec-1.1.3 (build 20080131122909) REXML 3.1.6 = 876 examples, 0 failures, 87 pending

Re: [rspec-users] rake spec:rcov failing

2007-11-01 Thread Hans de Graaff
On Sat, 2007-10-27 at 13:10 -0400, Scott Taylor wrote: Running rails 1.2.3, rcov (0.8.0.2), rspec trunk (2865) - When running rake spec:rcov, I'm getting the following: Finished in 245.717813 seconds 856 examples, 0 failures, 48 pending /usr/local/lib/ruby/1.8/rexml/text.rb:292:in

[rspec-users] rake spec:rcov failing

2007-10-27 Thread Scott Taylor
Running rails 1.2.3, rcov (0.8.0.2), rspec trunk (2865) - When running rake spec:rcov, I'm getting the following: Finished in 245.717813 seconds 856 examples, 0 failures, 48 pending /usr/local/lib/ruby/1.8/rexml/text.rb:292:in `normalize': private method `gsub' called for 0:Fixnum

Re: [rspec-users] rake spec:rcov failing

2007-10-27 Thread Scott Taylor
On Oct 27, 2007, at 5:10 PM, aslak hellesoy wrote: Since there is nothing RSpec in the backtrace this look like an RCov or REXML bug Maybe it relates to the invalid XHTML. I'll report back when that is fixed. Thanks Aslak, Scott ___