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