guard / guard-spork

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

use config/environments/test.rb #80

Closed alexch closed 12 years ago

alexch commented 12 years ago

This is more of a question than a bug report... Why are you watching use config/environments/*.rb instead of just config/environments/test.rb? Spork always runs in the test environment, right?

thibaudgg commented 12 years ago

Yeah good point, config/environments/test.rb should be enough!