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
rspec-1.1.2 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.11 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.8 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.9 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
spree-0.2.0 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
spree-0.4.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
spree-0.4.0 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
spree-0.5.0 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
spree-0.5.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.0.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.0.2 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.0.3.98.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.0 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.0.3.98 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.1.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.1.2 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.1.3 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.1.98 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
typo-5.2 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story