The Testing Psyche

I'm only seeing dots when my Ruby RSpec test suite is running. But a lot is going on in my brain. Are the failing tests related in an easy-to-fix way or not? These are either very easy to fix, because they are close together. It's probably about one conceptual fix. Or the test file can be deleted because the implementation vanished. I hope, this is related in a predictable way, like that I'm calling the service which is broken or vanished. Oh-oh is there a case-distinction? I hope the FF correspond to the FF in 1. Resolution Factory not registered: "user". Good for me. I know that I deleted it. Missing partial shared/emails/loyalty/_email_salutation. What now? This seems weirdly unrelated. No idea why this happens. undefined local variable or method 'user'. Good for me. This is in fact related to 1.

Apr 29, 2025 - 09:46
 0
The Testing Psyche

I'm only seeing dots when my Ruby RSpec test suite is running. But a lot is going on in my brain.

Image description

Are the failing tests related in an easy-to-fix way or not?

  1. These are either very easy to fix, because they are close together. It's probably about one conceptual fix. Or the test file can be deleted because the implementation vanished.
  2. I hope, this is related in a predictable way, like that I'm calling the service which is broken or vanished.
  3. Oh-oh is there a case-distinction? I hope the FF correspond to the FF in 1.

Resolution

  1. Factory not registered: "user". Good for me. I know that I deleted it.
  2. Missing partial shared/emails/loyalty/_email_salutation. What now? This seems weirdly unrelated. No idea why this happens.
  3. undefined local variable or method 'user'. Good for me. This is in fact related to 1.