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.

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 theFF
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.