4 class AdvancedPreferencesControllerTest < ActionDispatch::IntegrationTest
6 # test all routes which lead to this controller
9 { :path => "/preferences/advanced", :method => :get },
10 { :controller => "preferences/advanced_preferences", :action => "show" }
13 { :path => "/preferences/advanced", :method => :put },
14 { :controller => "preferences/advanced_preferences", :action => "update" }