• Custom User Avatar

    fixed.

  • Custom User Avatar

    This exact problem occurs in the Ruby version of this Kata. These test cases are unrealistic, in the real world celsius values are generally reported to the nearest tenth.

  • Custom User Avatar

    on ruby:

    Testing for 75
    Test Passed: Value == "23.88888888888889 is above freezing temperature"

    Testing for 39
    Expected: "3.8888888888888893 is above freezing temperature", instead got: "3.888888888888889 is above freezing temperature"

    You gotta be kidding me right ???