Skip to content

Commit

Permalink
Added 3 acceptance test TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wubin28 committed Jun 11, 2014
1 parent 8927ebc commit 2542708
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -9,4 +9,9 @@ public class TicketDispenserTest {
public void a_trivial_test() {
assertEquals(5, 2 + 3);
}

// TODO-acceptance-test: a new ticket should have the turn number subsequent to the previous ticket
// TODO-acceptance-test: a new ticket should have the turn number subsequent to the previous ticket from another dispenser
// TODO-acceptance-test: after ticket 10 come ticket 11

}

0 comments on commit 2542708

Please sign in to comment.