search for: should_have_link_to_remote

Displaying 1 result from an estimated 1 matches for "should_have_link_to_remote".

2007 Feb 26
0
Specifying Ajax hyperlinks
...But that''s by the by. Another (known) issue is the inability to put the controller name in spec, because specs run in ViewSpecController, Either way, it''d be nice to have an easier way to spec link_to_remote etc, eg (I''m not using the 0.8 RC yet...) response.should_have_link_to_remote ".moo #quack >", :url => "/ product_info/rti", :update => "blah" or something along those lines. Anyone else consider this a good idea? I get the feeling I''m alone almost in using should_have (we''ve only got one should_have_tag left I...