guard / guard-spork

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

guard-spork runs rspec automatically when files are changed #103

Closed look closed 11 years ago

look commented 11 years ago

After updating from rspec-core 2.12.0 to rspec-core 2.12.2, whenever a file is changed in my project, the specs run when spork reloads.

I believe this is due to this commit in rspec-core 2.12.1: https://github.com/rspec/rspec-core/commit/5e5603cd7b83db0528f758ac1502a20bb22f1d18

thibaudgg commented 11 years ago

Specs are automatically run via guard-rspec ?

look commented 11 years ago

No, we do not use guard-rspec, we just use Spork and guard-spork to keep Rails loaded so we can manually run tests faster.

thibaudgg commented 11 years ago

Ok so I don't think guard-spork is responsible of running rspec automatically here. Maybe you should ask Spork or RSpec directly?