This is my javascript code  

$('input[data-action]').click(function() {
    $('form#searchform').attr('action', $(this).data('action'));
  });

On Tuesday, 16 December 2014 22:23:31 UTC+1, John wrote:
>
> Overview :
>
> in my views i have a button(test) with action image.csv , when i am 
> clicking( find_button('test').click) on that , it sending to controller 
> image
>
> Problem : 
> It's not passing whole action to the server . so format option always 
> getting html , not csv , in the test cases
>
> please suggest me for the same
>

-- 
You received this message because you are subscribed to the Google Groups 
"rspec" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rspec/63732d1f-4c17-4532-ad3b-8d1512bcba52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to