Ad
  • Custom User Avatar

    I'm so dumb and stupid. Why am i even allowed in IT?

  • Custom User Avatar

    Hello! In this kata with Ruby lang there is an Array with dalmatiOns typo in the last String in the Array:

    dogs = [..., "101 DALMATIONS!!!"]
    

    I fixed that String to "101 DALMATIANS!!!", but then got my tests failing on the line 10, because it still expects the string with O character:

    Test.assert_equals(how_many_dalmatians(101), "101 DALMATIONS!!!")
    

    I fixed the tests as well, and they started to PASS, but they are still failing after clicking ATTEMPT button, before submitting kata solution.

    Thanks!