Cross Reference: permissions_routing_spec.rb
xref
: /
ontohub
/
spec
/
routing
/
teams
/
permissions_routing_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
require
'spec_helper'
describe
PermissionsController
do
it
do
should
route
(:
get
,
'/
teams
/
my_team
/
permissions
'
)
.
to
(
controller
:
'
teams
/
permissions
'
,
action
: :
index
,
team_id
:
'my_team'
)
end
end