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