Cross Reference: axioms_routing_spec.rb
xref
: /
ontohub
/
spec
/
routing
/
axioms_routing_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
require
'spec_helper'
describe
AxiomsController
do
it
do
should
route
(:
get
,
"/
repositories
/
path
/
ontologies
/
id
/
axioms
"
)
.
to
(
controller
: :
axioms
,
action
: :
index
,
repository_id
:
'path'
,
ontology_id
:
'id'
)
end
end