Guardfile in cistern-0.11.0 vs Guardfile in cistern-0.11.1

- old
+ new

@@ -2,10 +2,10 @@ watch('Gemfile') # Uncomment next line if your Gemfile contains the `gemspec' command. watch(/^.+\.gemspec/) end -guard 'rspec', all_on_start: true, all_after_pass: true, cmd: 'bundle exec rspec' do +guard 'rspec', all_on_start: true, all_after_pass: true, cmd: 'bundle exec rspec', failed_mode: :focus do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end