Skip to content

Instantly share code, notes, and snippets.

@foursixnine
Last active April 27, 2018 14:51
Show Gist options
  • Save foursixnine/806cd8302a4b9d6dd5d7f16fd39a489c to your computer and use it in GitHub Desktop.
Save foursixnine/806cd8302a4b9d6dd5d7f16fd39a489c to your computer and use it in GitHub Desktop.
t/test-file_with_fails.tap ..
1..6
#
# Create a new Board and Tile, then place
# the Tile onto the board.
#
ok 1 - The object isa Board
ok 2 - Board size is zero
ok 3 - The object isa Tile
ok 4 - Get possible places to put the Tile
ok 5 - Placing the tile produces no error
not ok 6 - First line of the input valid
ok 7 - Read the rest of the file
not ok 8 - Summarized correctly # TODO Not written yet
ok 9 - Board size is 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment