rspec / rspec-mocks

RSpec's 'test double' framework, with support for stubbing and mocking
https://rspec.info
MIT License
1.16k stars 356 forks source link

Bug: Classes don't follow the double docs WRT #dup #1586

Open jcoleman opened 3 weeks ago

jcoleman commented 3 weeks ago

While mocks don't get copied on an object that's dup'd, that is not true for classes.