-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
including this gem removes normal test visual feedback #28
Comments
I'm not seeing the same behavior. Can you paste the acutual output you do see? |
I believe this only happens on ruby 1.9.3 |
@matthuhiggins Negative, happens w/ 1.9.2. |
@nixme here's some output with some test failures. $ testdrb test/unit/user_test.rb Error: E Error: Finished in 6.318403 seconds. #DRb::DRbUnknown:0x007fbfeb159bb0 3.96 tests/s, 5.54 assertions/s |
I'm experiencing the same problem with Ruby 1.9.2. I implemented the fix suggested on issue #2 (#2). That got rid of the DRbUnknown error, but hasn't solved the 0% issue. When running one of my tests, here is the output:
|
I see this issue (the lack of visual progress feedback) both with and without Spork. @forrest Which fix suggested in issue #2? That issue was supposedly resolved in March 2011, way before your comment, although there are still problems unfortunately, which is why I'm interested in what you did - see issue #33 for details. |
Sorry @aspiers. I ended up switching to rspec. Good luck. |
So did I :( |
Visual feedback is no longer displayed after adding this gem to my bundle and running a test WITHOUT spork (ruby test/unit/user_test.rb):
.....F..E..etc...
This is useful information. It lets me know the progress of the test and if it's hanging or not.
Despite spork being awesome, I still, occasionally want to run tests without it. I don't think spork should interfere with that process, and I don't think I should have to comment out the gem line and bundle everytime I want to do so.
Thanks! :)
The text was updated successfully, but these errors were encountered: