• Alexandru Croitor's avatar
    Allow iteration cadence argument on iteration creation · aecc475a
    Alexandru Croitor authored
    An iteration has to be linked to an iteration cadence. With
    introduction of multiple cadences per group we need to be able
    to specify to which cadence a new iteration should belong.
    
    For now the iterations_cadence_id argument is optional, and we set
    the iteration to the only cadence in the group.
    
    The iterations_cadence_id argument would need to become required
    once multiple iteration cadences per group are introduced.
    
    Changelog: changed
    aecc475a
create_spec.rb 6.1 KB