Sha256: 191b89e93882f1eb4a7634a562dd2fa95d57b5e41c53a9f91e6de0c91ee5b30e
Contents?: true
Size: 757 Bytes
Versions: 4
Compression:
Stored size: 757 Bytes
Contents
Feature: Pick balanced teams So that we have a close game at mnf As a team manager I want to pick balanced teams from the list of available players Scenario: 2 players are available Given the following available players | name | skill | | player 1 | 5 | | player 2 | 5 | When I pick the teams Then each team should have 1 player and 5 points Scenario: 5 players are available Given the following available players | name | skill | | player 1 | 5 | | player 2 | 5 | | player 3 | 1 | | player 4 | 1 | | player 5 | 3 | When I pick the teams Then one team should have 3 players and 7 points And one team should have 2 players and 8 points
Version data entries
4 entries across 4 versions & 1 rubygems