I got the most current rspec and installed as a plugin. Running rake spec:controllers gives me this error: ignoring attempt to close td with tr I dumped response.body and everything looks fine. Is this a known issue? Nothing in Google about it. Thanks, Steve
David Chelimsky
2007-Mar-03 23:36 UTC
[rspec-users] ignoring attempt to close td with tr ???
On 3/3/07, s.ross <cwdinfo at gmail.com> wrote:> I got the most current rspec and installed as a plugin. Running rake > spec:controllers gives me this error: > > ignoring attempt to close td with tr > > I dumped response.body and everything looks fine. Is this a known > issue? Nothing in Google about it.There is certainly nothing in rspec that produces that error directly. Any chance you also updated other plugins at the same time? Or rails?> > Thanks, > > Steve > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Aha! I found the problem. It actually was a markup issue that the validator missed :( Is the output from hPricot? Thanks, Steve On Mar 3, 2007, at 3:36 PM, David Chelimsky wrote:> On 3/3/07, s.ross <cwdinfo at gmail.com> wrote: >> I got the most current rspec and installed as a plugin. Running rake >> spec:controllers gives me this error: >> >> ignoring attempt to close td with tr >> >> I dumped response.body and everything looks fine. Is this a known >> issue? Nothing in Google about it. > > There is certainly nothing in rspec that produces that error directly. > Any chance you also updated other plugins at the same time? Or rails? > >> >> Thanks, >> >> Steve >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
François Beausoleil
2007-Mar-05 04:08 UTC
[rspec-users] ignoring attempt to close td with tr ???
Hi ! 2007/3/3, s.ross <cwdinfo at gmail.com>:> Aha! I found the problem. It actually was a markup issue that the > validator missed :( > > Is the output from hPricot?No, the output comes from Rails bundled HTML parser. Look in vendor/rails/actionpack/**/vendor/ Bye ! -- Fran?ois Beausoleil http://blog.teksol.info/ http://piston.rubyforge.org/