Sha256: 3df6dc396df7c60fcf5d96f70208f4543b518925d44235cde1767c806b046e06

Contents?: true

Size: 689 Bytes

Versions: 60

Compression:

Stored size: 689 Bytes

Contents

Story: I can create a cell

As a game producer
I want to create a cell
So that I can show the grid to people

Scenario: nothing to see here

Given a 3 x 3 game
Then the grid should look like
...
...
...

Scenario: all on its lonesome

Given a 3 x 3 game
When I create a cell at 1, 1
Then the grid should look like
...
.X.
...

Scenario: the grid has three cells

Given a 3 x 3 game
When I create a cell at 0, 0
and I create a cell at 0, 1
and I create a cell at 2, 2
Then the grid should look like
XX.
...
..X

Scenario: more cells more more

Given the grid has three cells
When I create a celll at 3, 1
Then the grid should look like
XX.
..X
..X

Version data entries

60 entries across 60 versions & 11 rubygems

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