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!