Test to show incorrect routing to Compare controller

This commit is contained in:
Yuri Feldman 2013-02-12 18:56:53 +11:00
parent d138b3de4b
commit 918e2213e7

View file

@ -392,6 +392,7 @@ end
describe BlobController, "routing" do
it "to #show" do
get("/gitlabhq/blob/master/app/models/project.rb").should route_to('blob#show', project_id: 'gitlabhq', id: 'master/app/models/project.rb')
get("/gitlabhq/blob/master/app/models/compare.rb").should route_to('blob#show', project_id: 'gitlabhq', id: 'master/app/models/compare.rb')
end
end