- { :path => "/api/0.6/changeset/1", :method => :put },
- { :controller => "changeset", :action => "update", :id => "1" }
- )
- assert_routing(
- { :path => "/api/0.6/changeset/1/close", :method => :put },
- { :controller => "changeset", :action => "close", :id => "1" }
+ { :path => "/api/0.6/changeset/1/subscribe", :method => :post },
+ { :controller => "changeset", :action => "subscribe", :id => "1" }