File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ Feature: Evolving a grid with some cells in it
27
27
| . | . | . | . | . |
28
28
When I evolve the board
29
29
Then I should see the following board
30
- | . | . | . | . | . |
30
+ | . | . | x | . | . |
31
31
| . | x | . | x | . |
32
- | . | . | . | . | . |
32
+ | x | . | . | . | x |
33
33
| . | x | . | x | . |
34
- | . | . | . | . | . |
34
+ | . | . | x | . | . |
35
35
36
36
Scenario : Multiple dead cells coming to life
37
37
Given the following setup
@@ -44,6 +44,6 @@ Feature: Evolving a grid with some cells in it
44
44
Then I should see the following board
45
45
| . | . | . | . | . |
46
46
| . | . | x | . | . |
47
- | . | . | . | . | . |
47
+ | . | . | x | . | . |
48
48
| . | . | x | . | . |
49
49
| . | . | . | . | . |
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ Feature: Evolving a grid over multiple generations
14
14
Then I should see the following board
15
15
| . | . | . | . | . |
16
16
| . | . | x | . | . |
17
- | . | . | . | . | . |
17
+ | . | . | x | . | . |
18
18
| . | . | x | . | . |
19
19
| . | . | . | . | . |
20
20
When I evolve the board
21
21
Then I should see the following board
22
22
| . | . | . | . | . |
23
23
| . | . | . | . | . |
24
- | . | . | . | . | . |
24
+ | . | x | x | x | . |
25
25
| . | . | . | . | . |
26
26
| . | . | . | . | . |
27
27
You can’t perform that action at this time.
0 commit comments