Strange warnings with view specs

I’ve been seeing the following in some of my view specs:

.P.P…ignoring attempt to close spec::mocks::mock:0x7334c4c
with td
opened at byte 258, line 20
closed at byte 287, line 20
attributes at open: {}
text around open: “\t\n\t

\n\t\t#<Spec::Mocks::Mock:0”
text around close: “cks::Mock:0x7334c4c>\n\t\t#<Spec::”
ignoring attempt to close spec::mocks::mock:0x7334c4c with td
opened at byte 331, line 21
closed at byte 361, line 21
attributes at open: {}
text around open: “s::Mock:0x7334c4c> #<Spec::Mocks::Mock:0”
text around close: “ks::Mock:0x7334c4c>s\n\t\t#<Spec::”

Does this indicate non valid XHTML, or is the error elsewhere?

Scott

invalid XHTML.

This is coming from rails.

On Oct 27, 2007, at 1:20 PM, David C. wrote:

invalid XHTML.

This is coming from rails.

More or less what I figured. Thanks

Scott