Skip to content

Commit

Permalink
anagram: rm all "string argument" cases
Browse files Browse the repository at this point in the history
the ant -> stand, tan, at case is exactly a duplicate of a case in the
"cases" section. The ant -> tan case is not a duplicate, but it does not
seem to provide any extra value as the description of the test "accepts
single string argument" is covered by, for example, galea -> eagle.
  • Loading branch information
petertseng committed Jul 30, 2016
1 parent 8ea9a39 commit ed4a686
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions anagram.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,5 @@
"candidates": ["Banana"],
"expected": []
}
],
"string argument cases": [
{
"description": "accepts string arguments",
"subject": "ant",
"candidates": ["stand", "tan", "at"],
"expected": ["tan"]
},
{
"description": "accepts single string argument",
"subject": "ant",
"candidates": ["tan"],
"expected": ["tan"]
}
]
}

0 comments on commit ed4a686

Please sign in to comment.