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>2016-10-24 16:22:42 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-24 16:22:42 +0300
commit1f84dbaa9a56dd884240c8c4558163c74f53b413 (patch)
tree76d1dfbed3840a0fa74ee7587c6c30190c3919c1 /spec/models
parent6e693771e81c7e1f8e80f6364e4b8d9a1e000dc1 (diff)
parent7ded7c17d4da00e60d2855560a5c53b6dbaf98c0 (diff)
Merge branch 'yesbabyyes/gitlab-ce-22967-adding-zero-users-to-group-reports-success'
Merge request - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6979
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/group_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/models/group_spec.rb b/spec/models/group_spec.rb
index 47f89f744cb..ac862055ebc 100644
--- a/spec/models/group_spec.rb
+++ b/spec/models/group_spec.rb
@@ -265,10 +265,4 @@ describe Group, models: true do
members
end
-
- describe '#web_url' do
- it 'returns the canonical URL' do
- expect(group.web_url).to include("groups/#{group.name}")
- end
- end
end