Closed manafire closed 9 years ago
FWIW just implemented this fix manually and it seems to be working nicely. Thanks @codecarson!
I have the same problem with a94412c9493a. Is there any problem to merge this?
can this get some traction ... we recently upgraded to rspec 3 and it would be nice if we could get our spork back!
+1
+1
:+1:
+1
+1
@sahilm What needs to happen to this PR to get merged? Happy to help.
@sahilm Also, maybe after 4 years the 'rc' could be removed.
+1
+1
+1
Looks like the Spork maintainer has dropped off the planet. Would somebody else like to take the reigns?
Saw this yeasterday, and maybe I need to sleep (going to anyways...)
https://github.com/rails/spring
It's suppose to be spork alternative?
@timcharper Perhaps spork-rails could benefit from a release including this changeset.
RSpec::Core::CommandLine
was merged intoRSpec::Core::Runner in 3.0.0.rc1
. I poked around and added some code that fixed the uninitialized constant error.Please note: I was unable run the test suite (even before modifying any code) because I kept getting this error:
forker.rb:29:in 'write': not opened for writing (IOError)
. I tried but now I need to move on to other things. Hope this helps!