sporkrb / spork

A DRb server for testing frameworks (RSpec / Cucumber currently) that forks before each run to ensure a clean testing state.
spork.rubyforge.org
MIT License
1.4k stars 202 forks source link

Uninitialized constant RSpec::Core::CommandLine #255

Closed manafire closed 9 years ago

manafire commented 10 years ago

RSpec::Core::CommandLine was merged into RSpec::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!

feifanzhou commented 10 years ago

FWIW just implemented this fix manually and it seems to be working nicely. Thanks @codecarson!

tomykaira commented 10 years ago

I have the same problem with a94412c9493a. Is there any problem to merge this?

michaltn commented 10 years ago

can this get some traction ... we recently upgraded to rspec 3 and it would be nice if we could get our spork back!

ArturT commented 10 years ago

+1

dtaniwaki commented 10 years ago

+1

funami commented 10 years ago

:+1:

docBliny commented 10 years ago

+1

Tigraine commented 10 years ago

+1

dblock commented 10 years ago

@sahilm What needs to happen to this PR to get merged? Happy to help.

nofxx commented 10 years ago

@sahilm Also, maybe after 4 years the 'rc' could be removed.

hbda commented 10 years ago

+1

sprestel commented 10 years ago

+1

raydavis commented 10 years ago

+1

timcharper commented 10 years ago

Looks like the Spork maintainer has dropped off the planet. Would somebody else like to take the reigns?

nofxx commented 10 years ago

Saw this yeasterday, and maybe I need to sleep (going to anyways...)

https://github.com/rails/spring

It's suppose to be spork alternative?

horacio commented 9 years ago

@timcharper Perhaps spork-rails could benefit from a release including this changeset.