rspec-mocks
rspec-mocks copied to clipboard
Prevent mutated args from failing have_received expectations
This came up in rspec/rspec-expectations#1017 we need to duplicate args we capture for later replay onto expectations, in case they are mutated downstream. This seems like an "ok" way to fix the problem, but maybe someone can suggest a better one?
Green bar jruby which is failing due to unrelated reasons, care to re-review @myronmarston ?