- assert_recognizes(
- { :controller => "changeset", :action => "list" },
- { :path => "/browse", :method => :get }
- )
- assert_recognizes(
- { :controller => "changeset", :action => "list" },
- { :path => "/history", :method => :get }
- )
- assert_recognizes(
- { :controller => "changeset", :action => "feed", :format => :atom },
- { :path => "/history/feed", :method => :get }
- )