Skip to content

Iterations

Create a group iteration

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