I have seen it in 3.0.9 doc ( http://apidock.com/rails/v3.0.9/ActionDispatch/Assertions/SelectorAssertions/assert_select_rjs ) but it's not mentioned in the latest guide ( Testing Rails Applications — Ruby on Rails Guides)
if deprecated how can I check the view from an Ajax call ( assert_match + gsub could work ? ... ) am I missing any doc ?
xhr :get, :change_area, { :area => south_west.id}
thanks for feedback