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

2008-05-13 Thread Alf Mikula
Wow, ok...I have had other trouble with REXML 3.1.7.3 being too finicky...a few weeks back I found it enforcing declaration of XML namespaces even though it doesn't seem to be actually doing anything with namespaces except refusing to parse if they weren't properly declared. So, I did suspect

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 proje

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 http://rubyforge.org/ma

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:i

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 ___ rspec-u

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

2007-10-27 Thread aslak hellesoy
Since there is nothing RSpec in the backtrace this look like an RCov or REXML bug Aslak On 10/27/07, Scott Taylor <[EMAIL PROTECTED]> 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