alexgb / guard-konacha

Automatically run konacha tests through Guard
MIT License
31 stars 17 forks source link

The :all_on_start => false is not respected #19

Closed matthijsgroen closed 10 years ago

matthijsgroen commented 10 years ago

It will run all konacha tests regardless of the setting

alexgb commented 10 years ago

The option should be :run_all_on_start => false. Hopefully that's your issue. If not, can you see if you can make the spec I just added for this behavior to fail?

matthijsgroen commented 10 years ago

has this been changed between the versions? I was using the Guardfile of the previous release and left the option intact

alexgb commented 10 years ago

Yes, many of the configuration options changed. We now load the Konacha configuration file from the Rails project so most configuration is done there. See the new Guardfile template

matthijsgroen commented 10 years ago

The :run_all_on_start works as expected. I'll close this issue