Skip to content

Commit

Permalink
Moving to new structure, adding test for 0
Browse files Browse the repository at this point in the history
  • Loading branch information
whit0694 committed Sep 11, 2016
1 parent 2b90b55 commit 58ee2a8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"rows": {
"description": "Given a count, return a collection of that many rows of pascal's triangle",
"cases": [
{
"description": "no rows",
"count": 0,
"expected": []
},
{
"description": "single row",
"count": 1,
Expand Down

0 comments on commit 58ee2a8

Please sign in to comment.