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
dchelimsky-rspec-1.1.10 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
jnstq-acts_as_sms-0.1.3 test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
jnstq-acts_as_sms-0.1.4 test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
merb-core-1.1.3 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
merb-core-1.1.2 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
merb-core-1.1.1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
merb-core-1.1.0 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
merb-core-1.1.0.rc1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
merb-core-1.1.0.pre spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
pictrails-0.5.0 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
rspec-0.0.10 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
rspec-1.1.10 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
rspec-1.1.5 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
rspec-1.1.6 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
rspec-1.1.11 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
rspec-1.1.7 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
rspec-1.1.8 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
rspec-1.1.9 examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story