Merge remote-tracking branch 'upstream/pull/4639'
This commit is contained in:
commit
d2688d4d63
6 changed files with 43 additions and 44 deletions
|
@ -51,11 +51,11 @@ module Api
|
|||
)
|
||||
assert_routing(
|
||||
{ :path => "/api/0.6/changesets", :method => :get },
|
||||
{ :controller => "api/changesets", :action => "query" }
|
||||
{ :controller => "api/changesets", :action => "index" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/api/0.6/changesets.json", :method => :get },
|
||||
{ :controller => "api/changesets", :action => "query", :format => "json" }
|
||||
{ :controller => "api/changesets", :action => "index", :format => "json" }
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue