Camilo Payan
Results
2
comments of
Camilo Payan
This is what it looks like if Standard fixes it ```ruby GitHub.expects(:instrument) .with("active_job.error", queue: "default", class_name: "TestFailsEnqueueJob", metrics_class: "test_fails_enqueue_job") .yields(payload = {}) ``` Looks like @searls opted for `with_fixed_indentation` but...
How strange we ran into that problem while upgrading, and fixed the issue, which is around the namespace iirc. I'll look into it, thanks.