Cross Reference: graphs_routing_spec.rb
xref
: /
ontohub
/
spec
/
routing
/
graphs_routing_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
require
'spec_helper'
describe
GraphsController
do
it
do
should
route
(:
get
,
"/
logics
/
id
/
graphs
"
)
.
to
(
controller
: :
graphs
,
action
: :
index
,
logic_id
:
'id'
)
end
end