rspec-mocks
rspec-mocks copied to clipboard
Mocking methods changes `Method#parameters`.
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.