3 class BrowseControllerTest < ActionDispatch::IntegrationTest
5 # test all routes which lead to this controller
8 { :path => "/query", :method => :get },
9 { :controller => "browse", :action => "query" }
15 assert_response :success
16 assert_template "browse/query"