Test new API permissions route
This commit is contained in:
parent
6a09f49e71
commit
c2148e395d
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ class ApiControllerTest < ActionController::TestCase
|
|||
{ :controller => "api", :action => "capabilities" },
|
||||
{ :path => "/api/0.6/capabilities", :method => :get }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/api/0.6/permissions", :method => :get },
|
||||
{ :controller => "api", :action => "permissions" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/api/0.6/map", :method => :get },
|
||||
{ :controller => "api", :action => "map" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue