Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
I was printing out the input to see what they look like before putting them into MORSE_CODE.
I realize that two of the test cases have same input but different output? instead got: ". ." is the input from the test cases.
Expected: "EE", instead got: ". ."
Expected: "E E", instead got: ". ."
How can we acheive this when both inputs are exactly the same...
This comment is hidden because it contains spoiler information about the solution
One of the ruby test case has 53 legal characters but it expected 56. Can someone fix those testcases.