fix bad constant reference in project_routing_spec.rb.

This commit is contained in:
Yves Senn
2013-06-24 18:57:49 +02:00
parent a324960d92
commit 3b9e3021ee
+1 -1
View File
@@ -262,7 +262,7 @@ end
# project_snippet GET /:project_id/snippets/:id(.:format) snippets#show
# PUT /:project_id/snippets/:id(.:format) snippets#update
# DELETE /:project_id/snippets/:id(.:format) snippets#destroy
describe Project::SnippetsController, "routing" do
describe Projects::SnippetsController, "routing" do
it "to #raw" do
get("/gitlabhq/snippets/1/raw").should route_to('projects/snippets#raw', project_id: 'gitlabhq', id: '1')
end