From 2ad280386219a03cf070226ad10562515ca3ab99 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Thu, 3 Nov 2022 17:04:03 -0400 Subject: [PATCH] Fix guardfile --- Guardfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Guardfile b/Guardfile index 9d8f114..4075dc5 100644 --- a/Guardfile +++ b/Guardfile @@ -1,7 +1,8 @@ rspec_options = { - version: 1, all_after_pass: false, - all_on_start: false + all_on_start: false, + failed_mode: :keep, + cmd: 'bundle exec rspec', } guard 'rspec', rspec_options do