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

spork puts "Done." but didn't finish testing #231

Open alikewmk opened 11 years ago

alikewmk commented 11 years ago

Hello~

it occured in my shell today

17:32:03 - INFO - Guard::RSpec is running
17:32:03 - INFO - Running all specs
Running tests with args ["--drb", "spec", "-f", "progress", "-r",       "/Users/wmk/.rvm/gems/ruby-1.9.3-p392/gems/guard-rspec-2.3.3/lib/guard/rspec/formatter.rb", "-f", "Guard::RSpec::Formatter", "--failure-exit-code", "2", "spec"]...
...............................................................F....................................................F...............Done.

I retried running rspec using

rspec spec

and it shows

No DRb server is running. Running in local process instead ...
Rack::File headers parameter replaces cache_control after Rack 1.5.
...............................................................F....................................................F...............F.............................

Failures:
etc

any ideas why this happened?

hauleth commented 11 years ago

In my project Spork isn''t performing any RSpec test. There is just some waiting, and then I see Done..

inspire22 commented 11 years ago

I'm having a similar problem all of a sudden. When I run without spork it finishes fine, when I run with it, it runs the tests, but doesn't print any dots or "failures".