Commit 03dd7245 authored by Nick Thomas's avatar Nick Thomas

Fix an epics+nested groups spec on mysql

parent 9bd2f7c6
......@@ -60,7 +60,7 @@ describe Resolvers::EpicResolver do
end
end
context 'with subgroups' do
context 'with subgroups', :nested_groups do
let(:sub_group) { create(:group, parent: group) }
let(:iids) { [epic1, epic2].map(&:iid) }
let!(:epic3) { create(:epic, group: sub_group, iid: epic1.iid) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment