4 class HeatmapsControllerTest < ActionDispatch::IntegrationTest
6 # test all routes which lead to this controller
9 { :path => "/user/username/heatmap", :method => :get },
10 { :controller => "users/heatmaps", :action => "show", :user_display_name => "username" }