Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-23 21:25:06 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-23 21:25:06 +0400
commit40bca5246b6e1cea36932c5e0eae89a63d8f0a03 (patch)
treef2509fed4c77fbbfdc43492d7bf7194bff3a69cb /spec/controllers/tree_controller_spec.rb
parent2ed7cbfba4ff3c6a4cf3e72515a0375544998de0 (diff)
Fix routing/controller specs for refactored controllers
Diffstat (limited to 'spec/controllers/tree_controller_spec.rb')
-rw-r--r--spec/controllers/tree_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/tree_controller_spec.rb b/spec/controllers/tree_controller_spec.rb
index f9fe4fe2010..3e41b406c4f 100644
--- a/spec/controllers/tree_controller_spec.rb
+++ b/spec/controllers/tree_controller_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe TreeController do
+describe Projects::TreeController do
let(:project) { create(:project_with_code) }
let(:user) { create(:user) }