Cross Reference: keys_routing_spec.rb
xref
: /
ontohub
/
spec
/
routing
/
keys_routing_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
require
'spec_helper'
describe
KeysController
do
it
{
should
route
(:
get
,
"keys"
)
.
to
(:
controller
=> :
keys
, :
action
=> :
index
)
}
end