| Path: | lib/jquery_selector_assertions.rb |
| Last Update: | Thu Dec 22 15:58:54 +0000 2016 |
jQuery Selector Assertions (modifications to the prototype/scriptaculous assertions) From http://pastie.org/303776
assert_select_rjs :replace_html, '#someid'
instead of prototype convention:
assert_select_rjs :replace_html, 'someid'
We monkey-patch some RJS-matching constants for assert_select_rjs to work with jQuery-based code as opposed to Prototype‘s: