Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quiet option for spork #58

Closed
wants to merge 1 commit into from
Closed

Conversation

debreczeni
Copy link
Contributor

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:
sporkrb/spork#163

@thibaudgg
Copy link
Member

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

@debreczeni
Copy link
Contributor Author

I don't mind :)

@arronmabrey
Copy link

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

@thibaudgg
Copy link
Member

Thanks!

@mikesmullin
Copy link
Contributor

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

@thibaudgg
Copy link
Member

Done in #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants