guard / guard-spork

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

quiet option for spork #58

Closed debreczeni closed 12 years ago

debreczeni commented 12 years ago

This adds a very simple quiet option for launching spork server to omit the "Running tests with args #{argv.inspect}..." and "Done.\n\n"

In your Guardfile start spork with:

    guard 'spork', :quiet => true do
      ...
    end

here's the related pull request for spork that makes this work: https://github.com/sporkrb/spork/pull/163

thibaudgg commented 12 years ago

:silent would be more excepted, don't you think?

debreczeni commented 12 years ago

I don't mind :)

arronmabrey commented 12 years ago

I just asked the spork guys what the status was for issue. Just keeping it alive.

thibaudgg commented 12 years ago

Thanks!

mikesmullin commented 12 years ago

+1 for this. very annoying without it http://i.imgur.com/MnQl0.png

thibaudgg commented 12 years ago

Done in #75