Iterations
Create a group iteration
my_group = create(:group, name: 'My Group', path: 'my-group-path')
# create the iterationmy_iteration = create(:iteration, :with_title, :current, title: 'My Iteration', group: my_group)
my_group = create(:group, name: 'My Group', path: 'my-group-path')
# create the iterationmy_iteration = create(:iteration, :with_title, :current, title: 'My Iteration', group: my_group)