Closed ylansegal closed 13 years ago
+1 problem confirmed. I faced same issue. Version 0.0.5 saved me.
+1 Same problem here.
Btw, if you use this fork, you'll get working Ruby 1.9.3 support too. Related to #17
+1 also ran into the issue.
+1
fixed in 0.0.7. Someone want to step up to maintain this gem? I merged a patch that broke it. I don't use it so it makes it difficult for me to tell which patches are going to break it.
@timcharper. I'd be up for maintaining the gem. We're pretty heavy users of spork + test::unit/minitest at work.
After upgrading to 0.0.6, test no longer run on 1.9.2:
As you can see, I am using ruby 1.9.2. After I downgrade to 0.0.5, everything works as expected:
As I side note for others that might have this problem. Even though I specifically asked for 0.0.5 in my Gemfile and ran bundle again, I was still seeing the same problem because I was neglecting to run 'bundle exec' before testdrb.