Skip to content

Commit

Permalink
Added feature for placing a single mine
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Jan 5, 2009
1 parent bc0d164 commit 5e4735d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions minesweeper/features/reveal_mines_on_quit.feature
Expand Up @@ -12,3 +12,13 @@ Feature: Reveal Mines on Quit
.....
.....
"""

Scenario: Place Single Mine on small Gameboard
Given I have a 3 x 2 gameboard
And there is a mine at co-ordinates (2, 1)
When I quit the game
Then I should see the following output
"""
1*1
111
"""

0 comments on commit 5e4735d

Please sign in to comment.