Last active
April 27, 2018 14:51
-
-
Save foursixnine/806cd8302a4b9d6dd5d7f16fd39a489c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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