rspec-mocks icon indicating copy to clipboard operation
rspec-mocks copied to clipboard

Mocking methods changes `Method#parameters`.

Open ioquatix opened this issue 2 years ago • 1 comments

When mocking a method, object.method(:mocked_method).parameters no longer reflects the original method.

I wonder if we can improve that? It may not be practical.

ioquatix avatar Apr 26 '23 23:04 ioquatix