Cross Reference: history_routing_spec.rb
xref
: /
ontohub
/
spec
/
routing
/
history_routing_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
require
'spec_helper'
describe
'HistoryControllerRouting'
do
it
{
should
route
(:
get
,
'
repositories
/
repopath
/
master
/
history
'
)
.
to
(
repository_id
:
'repopath'
,
controller
: :
history
,
action
: :
show
,
ref
:
'master'
)
}
end