changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanKillACell.story

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: I can kill a cell
2
3As a game producer
4I want to kill a cell
5So that when I make a mistake I dont have to start again
6
7Scenario: bang youre dead
8
9Given the grid looks like
10XX.
11.X.
12..X
13When I destroy the cell at 0, 1
14Then the grid should look like
15X..
16.X.
17..X