Davidslv
Davidslv

Reputation: 654

ActionView::Template::Error: wrong number of arguments (3 for 1..2)

I'm trying to update rails from 3.2.18 to 4.0.9 and I'm receiving that error message lots of times, I have no idea what to do to fix it as you can see there is nothing non-trivial in application.html.erb, the same happens to other tag helpers like image_tag.

Thanks for the help

I leave you with a gist with the given error and all the gems we using, I can't seem to find the problem, every help is welcome. Thank you

https://gist.github.com/Davidslv/862c57b5490d2576e19a

Upvotes: 3

Views: 696

Answers (1)

Davidslv
Davidslv

Reputation: 654

This got solved by separating the jasmine tests in the rake test.

Upvotes: 1

Related Questions