Sha256: b0afb1adf83931c77d2188004042b4cbf3e06cf856cdc9c9afc7311d25c6764c

Contents?: true

Size: 406 Bytes

Versions: 26

Compression:

Stored size: 406 Bytes

Contents

Story: cells with more than three neighbours die

	As a game producer
	I want cells with more than three neighbours to die
	So that I can show the people with money how we are getting on

	Scenario: blink

		Given the grid looks like
			.....
			...XX
			...XX
			.XX..
			.XX..
		When the next step occurs
		Then the grid should look like
			.....
			...XX
			....X
			.X...
			.XX..

Version data entries

26 entries across 26 versions & 7 rubygems

Version Path
spree-0.4.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
spree-0.4.0 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
spree-0.5.0 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
spree-0.5.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
typo-5.1.98 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
typo-5.2 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story