Guardfile in key-vortex-0.1.3 vs Guardfile in key-vortex-0.1.4
- old
+ new
@@ -25,10 +25,10 @@
# installed the spring binstubs per the docs)
# * zeus: 'zeus rspec' (requires the server to be started separately)
# * 'just' rspec: 'rspec'
group :red_green_refactor, halt_on_fail: true do
- guard :rspec, cmd: "bundle exec rspec", all_on_pass: true do
+ guard :rspec, cmd: "bundle exec rspec", failed_mode: :focus, all_on_pass: true do
require "guard/rspec/dsl"
dsl = Guard::RSpec::Dsl.new(self)
# Feel free to open issues for suggestions and improvements