changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.stor0000644

changeset 15: 64acf98d15f4
author: moriq@moriq.com
date: Mon Mar 10 10:12:58 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec
1Story: cells with more than three neighbours die
2
3As a game producer
4I want cells with more than three neighbours to die
5So that I can show the people with money how we are getting on
6
7Scenario: blink
8
9Given the grid looks like
10.....
11...XX
12...XX
13.XX..
14.XX..
15When the next step occurs
16Then the grid should look like
17.....
18...XX
19....X
20.X...
21.XX..