]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/gems/rspec-1.1.2/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story
Removing rspec from svn, as it isn't being used.
[rails.git] / vendor / gems / rspec-1.1.2 / examples / stories / game-of-life / behaviour / stories / CellsWithLessThanTwoNeighboursDie.story
diff --git a/vendor/gems/rspec-1.1.2/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story b/vendor/gems/rspec-1.1.2/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story
deleted file mode 100644 (file)
index 8374e86..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Story: cells with less than two neighbours die\r
-\r
-As a game producer\r
-I want cells with less than two neighbours to die\r
-So that I can illustrate how the game works to people with money\r
-\r
-Scenario: cells with zero or one neighbour die\r
-\r
-Given the grid looks like\r
-........\r
-.XX.XX..\r
-.XX.....\r
-....X...\r
-........\r
-When the next step occurs\r
-Then the grid should look like\r
-........\r
-.XX.....\r
-.XX.....\r
-........\r
-........\r