3 class DirectionsControllerTest < ActionDispatch::IntegrationTest
5 # test all routes which lead to this controller
8 { :path => "/directions", :method => :get },
9 { :controller => "directions", :action => "show" }
15 assert_response :success
20 assert_dom "svg>symbol[id*='-right']"
21 assert_dom "svg>symbol[id*='-left']"
22 assert_dom "svg>symbol[id*='-straight']"