[rspec-users] rspec on javascript links

2008-09-17 Thread saltzmanjoelh
I have a lot of AJAX calls that make new divs or update information on the page. Is there anyway to test and if the right infomation has been received or displayed after an onclick action? If that makes sense?... -- View this message in context:

Re: [rspec-users] rspec on javascript links

2008-09-17 Thread aslak hellesoy
On Tue, Sep 9, 2008 at 1:21 AM, saltzmanjoelh [EMAIL PROTECTED] wrote: I have a lot of AJAX calls that make new divs or update information on the page. Is there anyway to test and if the right infomation has been received or displayed after an onclick action? If that makes sense?... If you