Tag a spec as :nested_groups since it fails on MySQL

This was broken by
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12322.

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2017-06-26 17:32:22 +02:00
parent e45843302a
commit ce25b15c2d
No known key found for this signature in database
GPG key ID: 46DF07E5CD9E96AB

View file

@ -84,7 +84,7 @@ describe GroupsHelper do
end
end
describe 'group_title' do
describe 'group_title', :nested_groups do
let(:group) { create(:group) }
let(:nested_group) { create(:group, parent: group) }
let(:deep_nested_group) { create(:group, parent: nested_group) }