Open vinodadhikary opened 11 years ago
I ran into this because I was accidentially causing Spork's each_run block to trigger during initialization (that block causes spork to kill the current process at the end since it's forking)
Remove your test directory in your app or rename it to test_old.
Sorry @Sadik, I do not have test
directory.
Hi,
I'm trying to get RSpec, Spork and Guard to play nicely on Windows7 x64. My ruby version is
1.9.3p392 (2013-02-22) [i386-mingw32]
My problematic output is as follows:
The same configuration works really nicely in my linux box. Following is my Gemfile:
Is this a known problem? If not then any clues are appreciated! Let me know if you need any further information regarding this issue.
Thanks