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