3 class LayersPanesControllerTest < ActionDispatch::IntegrationTest
5 # test all routes which lead to this controller
8 { :path => "/panes/layers", :method => :get },
9 { :controller => "layers_panes", :action => "show" }
14 get layers_pane_path, :xhr => true
16 assert_response :success
17 assert_template "layers_panes/show"
18 assert_template :layout => false