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 48239cb3aa0851757aa47a871277c2d7d1be40c2
require
'spec_helper'
describe
HomeController
do
it
{
should
route
(:
get
,
'/'
)
.
to
(
controller
: :
home
,
action
: :
index
)
}
end