I’m going through the Agile Web D. with Rails book for rails
3.2,
and it introduces the assert_select_jquery assertion…
The thing is, I can’t find any actual official documentation for this or
an
explanation of how it works. Searching for “jquery” on
http://api.rubyonrails.org/ turns up nothing. Is this assertion not
officially supported or something?
Thanks,
Brendan
On Thursday, April 18, 2013 3:23:52 AM UTC+1, Brendan Miller wrote:
I’m going through the Agile Web D. with Rails book for rails 3.2, and
it introduces the assert_select_jquery assertion…
The thing is, I can’t find any actual official documentation for this or an
explanation of how it works. Searching for “jquery”
onhttp://api.rubyonrails.org/turns up nothing. Is this assertion not officially
supported or something?
It’s in the jquery-rails gem, where all the jquery specific stuff is.
Fred.