vote up 0 vote down star

Does anyone know how to make assert_select not output all those nasty html warnings during a rake test? You know, like this stuff:

.ignoring attempt to close body with div
opened at byte 1036, line 5
closed at byte 5342, line 42
attributes at open: {"class"=>"inner02"}
text around open: "</script>\r\t</head>\r\t<body class=\"inner02"
text around close: "\t</div>\r\t\t\t</div>\r\t\t</div>\r\t</body>\r</ht"

Thanks

flag

Note - I'm using Rails 2.3.4 – CalebHC Nov 4 at 1:32

1 Answer

vote up 0 vote down check

It's rather that your code is generating invalid HTML. I suggest running it through a validator and fixing all the validation errors.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.