Skip to content
Snippets Groups Projects
Commit 3b9e3021 authored by Yves Senn's avatar Yves Senn
Browse files

fix bad constant reference in `project_routing_spec.rb`.

parent a324960d
Branches
Tags
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment