Add tournament#467
Conversation
| Blithering Badgers | 3 | 1 | 0 | 2 | 3 | ||
| Courageous Californians | 3 | 0 | 1 | 2 | 1 | ||
| TALLY | ||
| assert_equal expected, actual |
There was a problem hiding this comment.
Consider indenting and trimming the left hand side whitespace.
There was a problem hiding this comment.
This might work:
expected = <<-TALLY.gsub(/^ */,'')
There was a problem hiding this comment.
It will only work if there is no internal indentation happening. True in this case, I think.
There was a problem hiding this comment.
Can confirm it works. Updated PR.
| index.zero? ? '# skip' : 'skip' | ||
| end | ||
|
|
||
| def work_load |
There was a problem hiding this comment.
Great job adhering to the generator interface! Through discussions over the last couple days it was decided to settle on using workload without the underscore.
There was a problem hiding this comment.
I've renamed the method to workload. For my own reference, is that discussion publicly available somewhere?
There was a problem hiding this comment.
The discussion about that can be found here: #463
d0018f4 to
ec96d5d
Compare
| "all-your-base", | ||
| "isogram" | ||
| "isogram", | ||
| "tournament" |
There was a problem hiding this comment.
The 'problems' key has been removed from the config.json file, so this now causes a conflict.
|
Remove the 'problems' key from |
|
Visual read looks good. |
|
Thanks @gchan ❤️ |
Test generator for the tournament exercise and example solution.