guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Notifications don't work when running Spork! #62

Closed cue232s closed 12 years ago

cue232s commented 12 years ago

I've seen some of the other issues about this, and they don't seem to solve my problem.

I am running Window's 7. and my :test group in my gemfile looks like this:

group :test, :development do
gem 'turn', '<0.8.3'
gem 'rspec-rails'
gem 'capybara'
gem 'guard-rspec'
gem 'minitest'
gem 'ruby_gntp'
gem "win32console", "~> 1.3.0"
gem 'guard-spork'
end

If I run guard without spork my notifications work properly. but if i run spork, and have --drb declared in rspec command of the guardfile I get no notifications. I currently am running guard version 0.10.0; this bug was fixed in an earlier version of guard, so I'm not sure what's happening. Please help.

thank you

thibaudgg commented 12 years ago

Duplicate with https://github.com/guard/guard-rspec/issues/82#issuecomment-3601322