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