guard / guard-spork

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

Issues integrating with Guard-Minitest + Spork-minitest + guard-spork #104

Closed 34code closed 11 years ago

34code commented 11 years ago

I love this gem but am having difficulty integrating spork ... and guard for automated testing.

I think its related to drb...

In the guard file.. I am recommended to use:

guard 'minitest', :drb => true do
  # ...
end

but it fails with that, giving a drb connection refused error.. so only this method works:

guard 'minitest', :drb => false do
  # ...
end

Any ideas how I can get the drb setting to work? Without the drb setting, am I missing out on performance a lot?

thibaudgg commented 11 years ago

And it works when you launch Spork manually?

34code commented 11 years ago

nope doesnt work with manual spork either

thibaudgg commented 11 years ago

So it's not a guard-spork issue, try to report it on Spork. Thanks!

chourobin commented 11 years ago

Try using the latest version of guard-minitest