You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always spork in one terminal (say terminal A), and after that, rspec in another terminal. (say terminal B)
With RSpec 2.14.x, the test results are displayed on terminal B.
But when I try RSpec 2.99.0.beta1, the test results are on terminal A.
I haven't found any clues so far.
I like the results to show up on terminal B where I input like 'rspec some_spec.rb'.
Am I missing something? (Or this is the matter of RSpec itself?)
Using spork 1.0.0rc4.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm reluctant to make a pull request now because I don't know if this issue is (will be) common enough.
In addition, passing stdout twice to RSpec doesn't seem reasonable to me.
We also ran into this while upgrading to 2.99.0, ended up forking spork and applying @untidy-hair's patch. I'm curious, is this issue present in rspec 3?
Hi folks,
I always spork in one terminal (say terminal A), and after that, rspec in another terminal. (say terminal B)
With RSpec 2.14.x, the test results are displayed on terminal B.
But when I try RSpec 2.99.0.beta1, the test results are on terminal A.
I haven't found any clues so far.
I like the results to show up on terminal B where I input like 'rspec some_spec.rb'.
Am I missing something? (Or this is the matter of RSpec itself?)
Using spork 1.0.0rc4.
Thanks!
The text was updated successfully, but these errors were encountered: