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
picolena-0.1.7 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
picolena-0.1.8 rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
pictrails-0.5.0 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
radiant-0.6.5.1 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
radiant-0.6.5 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
radiant-0.6.7 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
radiant-0.6.6 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
radiant-0.6.9 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
radiant-0.6.8 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rbehave-0.2.1 examples/game-of-life/behaviour/stories/ICanCreateACell.story
rbehave-0.3.0 examples/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-0.0.10 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.0 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.10 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.1 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.7 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.6 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.5 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.4 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
rspec-1.1.3 examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story