guard / guard-spork

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

run cucumber/rspec after spork loads? #5

Closed thecatwasnot closed 13 years ago

thecatwasnot commented 13 years ago

I don't even know if this is possible but is there any chance we could get an option to run cucumber and rspec after spork is done loading in guard? I understand this might be really annoying to some people but an option would be nice.

rymai commented 13 years ago

Hey,

it's interesting, actually there is already an issue in Guard about new options that could allow more specific configuration for running guards' run_all / reload methods:

I encourage you to participate there: https://github.com/guard/guard/issues#issue/14

Thanks again for your idea!

thecatwasnot commented 13 years ago

Thanks! I did add a short comment over there, looks like things are progressing. I'm happy to see it!