Cross Reference: teams_routing_spec.rb
xref
: /
ontohub
/
spec
/
routing
/
admin
/
teams_routing_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
teams_routing_spec.rb revision ea94bb3c454f088f56abb413380810fc71225f51
require
'spec_helper'
describe
Admin
::
TeamsController
do
it
do
should
route
(:
get
,
'/
admin
/
teams
'
)
.
to
(
controller
: :
'
admin
/
teams
'
,
action
: :
index
)
end
end