briandunn / flatware

A parallel test runner for RSpec and Cucumber with pretty output
MIT License
256 stars 35 forks source link

Some messages cannot be marshaled through DRb #56

Closed briandunn closed 3 years ago

briandunn commented 3 years ago

Some uses of rspec can result in messages that contain references to constants that aren't loaded in the sink.

I have an example in a private repo (thanks @avogel3). Using this issue to track progress.