To Reproduce Issue :

Views Code 
= f.submit 'test', 'data-action' => 'images.csv'
= link_to "test1", images_path(format: "csv")

Rspec code :

Case 1: 
scenario 'Should get valid CSV files' do
click_button('test')
end
Case 2: 
scenario 'Should get valid CSV files' do
click_link('test1')
end

check the log files , in case 1 request Url is images

in case 2 request Url is images.csv

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/43e053fb-9657-4f3d-a9e0-8b5d2fcf0689%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to