12
Root
4y

I want to light this project on fire and walk away. Nothing is making any bloody sense.

According to specs, It’s updating a google wallet object via api, but isn’t generating the data to send along, despite every possible code path hitting that first. It also apparently isn’t calling any of the methods along the way. Obviously this is false, but that’s what the specs are reporting.

It’s also updating the object when nothing has changed. That might be, but shouldn’t, because I can see it calling the `should_update?` method which returns false, and it nopes out after that. so wth.

I’m so ready to never see this craziness ever again.

wtb kerosene or Greek fire pot, good price, pst. open to trade

Comments
  • 6
    Don't go with ammonium nitrate.
  • 2
    `expect(obj).to(receive(:method).exactly(1).time)`

    Failure/Error: object.method
    Expected: 0 times with any arguments
    Received: 1 time

    That’s it. If 2020 is in my specs, I’m out.

    Nope nope nope nope nope nope nope
  • 1
    Set it to blow, not burn. You have been suffering for way too long and I think you’re not appreciated enough for the knowledge you put on the table. You don’t have good gear (bad keyboard), the code is so fucked... just take the Rum with you.
  • 0
    @AlgoRythm yeah, ammonium nitrate is very difficult to even light on fire, let alone to get it to explode, we've been trying for 2 years when i was at middle school, and never succeeded.
  • 1
    @AlgoRythm you just had to say that didn't you?
Add Comment