I am trying to test my views with RSpec. The particular view that is causing me troubles changes its appearance depending on a url parameter:
link_to \"sort>
Another method of setting view params:
controller.request.path_parameters[:some_param] = 'a value'