3 class DirectionsControllerTest < ActionDispatch::IntegrationTest
5 # test all routes which lead to this controller
8 { :path => "/directions", :method => :get },
9 { :controller => "directions", :action => "search" }
14 # test the search action
17 assert_response :success