Jon Rowe

Results 306 comments of Jon Rowe

If you can create a nice way to handle this that doesn't get horribly complex this could be a nice addition, you are welcome to try to tackle this :)

`allow(instance).to receive(:bar)` solves this varient

Closing due to inactivity during the monorepo migration, but if someone wanted to revisit this they'd be welcome.

Closing due to inactivity during the monorepo migration.

Closing due to inactivity during the monorepo migration.

You need to call `WebMock.reset!` after each example, this can be done with a configuration hook or by requiring `webmock/rspec` which will do this for you.

It's not leaking it just needs to be setup correctly.

Closing during the monorepo migration due a lack of a reproduction for anything we can fix.

Closing due to inactivity during the monorepo migration, but if its ongoing issue please reopen there.

I suspect this will be related to Rails autoloading, (brought in by `require 'active_support/all'` and how that interacts with the missing constant.