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:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-10-05 14:13:24 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-10-05 14:50:09 +0300
commit17dccc35ca4754405b87c87f81daec34e02ea7a1 (patch)
treebbaf21b48ac179587cf330738683dd5f5ab65267 /spec/features/explore
parent082c28cce697682b2e13e35eef3ce9f3ad95aa63 (diff)
Update feature specs for updated group lists
Diffstat (limited to 'spec/features/explore')
-rw-r--r--spec/features/explore/groups_list_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/explore/groups_list_spec.rb b/spec/features/explore/groups_list_spec.rb
index 41778542e23..801a33979ff 100644
--- a/spec/features/explore/groups_list_spec.rb
+++ b/spec/features/explore/groups_list_spec.rb
@@ -8,8 +8,6 @@ describe 'Explore Groups page', :js do
let!(:empty_project) { create(:project, group: public_group) }
before do
- pending('Update for new group tree')
-
group.add_owner(user)
sign_in(user)