Commit 743c232b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4412 from senny/fix_bad_constant_reference

fix bad constant reference in `project_routing_spec.rb`.
parents 95353aa6 3b9e3021
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment