Ad
  • Custom User Avatar

    That's because strings are mutable in Ruby, and you're mutating the input, changing the expected value. Now it doesn't happen anymore, but you should fix your code to make it work.