guard / guard-rspec

Guard::RSpec automatically run your specs (much like autotest)

Home Page:https://rubygems.org/gems/guard-rspec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed_mode 'focus' is useful but unintuitive to newbies

DanielHeath opened this issue · comments

Started using guard-rspec again recently after a few years away.

I couldn't figure out why it would sometimes get 'out of sync' and keep running the same test, and was on the verge of dropping it, when I realized that the default was to stay with a failed test.

I can see why you would want this, but as a default value I found it very surprising.

@DanielHeath Saying honestly I use the :none mode almost all of the time. We need to hear about it from @thibaudgg

Setting :none mode by default sounds good to me, if it's less surprising it's better!

@DanielHeath could you submit a PR please? Thanks!

On 20 May 2014, at 09:00, Alexey Chernenkov notifications@github.com wrote:

@DanielHeath Saying honestly I use the :none mode almost all of the time. We need to hear about it from @thibaudgg


Reply to this email directly or view it on GitHub.

I changed it in master branch.