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-11 12:22:49 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-10-11 15:16:40 +0300
commitbd8943f5adfc377491bedb2a794d8c39b2b4c45e (patch)
tree82caf0e7e21dd944e645e17dca96d603aacfec09 /spec/serializers
parent2c6c2ed6faded64277565b4c15455fe813753b8a (diff)
Fix spinach features
And several other failures
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/group_child_serializer_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/serializers/group_child_serializer_spec.rb b/spec/serializers/group_child_serializer_spec.rb
index 30333386058..566b235769e 100644
--- a/spec/serializers/group_child_serializer_spec.rb
+++ b/spec/serializers/group_child_serializer_spec.rb
@@ -39,7 +39,6 @@ describe GroupChildSerializer do
subgroup1 = create(:group, parent: parent)
subsub_group1 = create(:group, parent: subgroup1)
subgroup2 = create(:group, parent: parent)
- subsub_group2 = create(:group, parent: subgroup2)
json = serializer.represent([subgroup1, subsub_group1, subgroup1, subgroup2])
subgroup1_json = json.first