Hi all,
I have a controller method that, given some parameters, constructs a big
sql query and passes it to find_by_sql (with pagination).
The point is that I can’t wonder how to write a functional test for this
method. Has anyone passed already through this?