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