Sha256: 7440f0887113dd1588e6f6995bc1cac76f7766abd154a0ea7b9b2633150c9cd5

Contents?: true

Size: 755 Bytes

Versions: 61

Compression:

Stored size: 755 Bytes

Contents

Story: The grid wraps

As a game player
I want the grid to wrap
So that untidy stuff at the edges is avoided

Scenario: crowded in the corners

Given the grid looks like
X.X
...
X.X
When the next step is taken
Then the grid should look like
X.X
...
X.X


Scenario: the glider returns

Given the glider
......
..X...
.X....
.XXX..
......
When the next step is taken
and the next step is taken
and the next step is taken
and the next step is taken
Then the grid should look like
......
......
.X....
X.....
XXX...
When the next step is taken
Then the grid should look like
.X....
......
......
X.X...
XX....
When the next step is taken
Then the grid should look like
XX....
......
......
X.....
X.X...


Version data entries

61 entries across 61 versions & 11 rubygems

Version Path
dchelimsky-rspec-1.1.10 examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
jnstq-acts_as_sms-0.1.3 test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
jnstq-acts_as_sms-0.1.4 test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
merb-core-1.1.3 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
merb-core-1.1.2 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
merb-core-1.1.1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
merb-core-1.1.0 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/examples/stories/game-of-life/behaviour/stories/TheGridWraps.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/TheGridWraps.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/TheGridWraps.story
deckshuffler-0.0.2 vendor/plugins/rspec/examples/story/game-of-life/behaviour/stories/TheGridWraps.story
picolena-0.0.99 app_generators/picolena/templates/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
picolena-0.1.0 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
picolena-0.1.1 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
picolena-0.1.3 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
picolena-0.1.2 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
picolena-0.1.4 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
picolena-0.1.6 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
picolena-0.1.5 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story