Assert_select VS assert_no_tag

Hi everybody.
Assert_no_tag will be deprecated soon. How can i use assert_select for
checking not existed tag?
Thanks.
Bye.

Yes.

assert_select ‘div#foo’, false


Zack C.
http://depixelate.com

Thanks