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-12 10:44:53 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-10-12 12:36:55 +0300
commitd2a9d95a2237aa3d6a93be5df012838180b704b7 (patch)
tree5e9882816ec15133a88fb47bb743fb9c8d66aae3 /spec/features/groups
parent2c25a7ae3453e72ad6cab504255e327c17df0a95 (diff)
Skip some nested group specs when using MySQL
Diffstat (limited to 'spec/features/groups')
-rw-r--r--spec/features/groups/show_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/features/groups/show_spec.rb b/spec/features/groups/show_spec.rb
index 501086fce80..7fc2b383749 100644
--- a/spec/features/groups/show_spec.rb
+++ b/spec/features/groups/show_spec.rb
@@ -32,7 +32,8 @@ feature 'Group show page' do
group.add_owner(user)
sign_in(user)
end
- context 'when subgroups are supported', :js do
+
+ context 'when subgroups are supported', :js, :nested_groups do
before do
allow(Group).to receive(:supports_nested_groups?) { true }
visit path