Cross Reference: autocomplete_routing_spec.rb
xref
: /
httpd
/
modules
/
proxy
/
NWGNUproxyajp
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