Cross Reference: home_routing_spec.rb
xref
: /
ontohub
/
spec
/
routing
/
home_routing_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
home_routing_spec.rb revision 36613fea710f31de79fa3c8c0a7c2bb8a2e8b02d
require
'spec_helper'
describe
HomeController
do
it
{
should
route
(:
get
,
'/'
)
.
to
(
action
: :
index
)
}
end