Re: [Rails-core] strict html documents in testing

2006-07-16 Thread David Goodlad
On 7/15/06, Kevin Clark <[EMAIL PROTECTED]> wrote: sounds great +1 On 7/15/06, Rick Olson <[EMAIL PROTECTED]> wrote: > I don't know about you guys, but I really hate those warnings that > assert_tag spews out. They have no controller/action associated with > them, so you have to hunt down w

Re: [Rails-core] strict html documents in testing

2006-07-15 Thread Kevin Clark
sounds great On 7/15/06, Rick Olson <[EMAIL PROTECTED]> wrote: I don't know about you guys, but I really hate those warnings that assert_tag spews out. They have no controller/action associated with them, so you have to hunt down which partial or view it is through trial and error. Any objecti

[Rails-core] strict html documents in testing

2006-07-15 Thread Rick Olson
I don't know about you guys, but I really hate those warnings that assert_tag spews out. They have no controller/action associated with them, so you have to hunt down which partial or view it is through trial and error. Any objections to parsing in strict mode? This is all that's needed in test