Exemple #1
0
        public void WhenTheyChangeTheSprintAndSubmits(string sprintName)
        {
            var theActor = stage.GetTheActorInTheSpotlight();

            When(theActor).AttemptsTo(ChangeTheTicket.SprintTo(sprintName));
            When(theActor).AttemptsTo <SubmitTheEditedTicket>();
        }