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

Fix persistence warning on JRuby when mocking a Java object wrapper #1445

Closed ikaronen-relex closed 2 years ago

ikaronen-relex commented 2 years ago

This is enough to fix https://github.com/rspec/rspec-mocks/issues/1444

pirj commented 2 years ago

Closing as the ticket this PR was purposed to fix has a workaround.