From 71a1b94a2d81a44a997c63c5807f772fb50a8383 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 11 May 2024 16:16:44 +0200 Subject: [PATCH] .rspec: dont run with --fail-fast When this option is set, rspec will stop after the first failure. We don't have this enabled in any other project and I think it's useful to know if you've 20 errors or just one. And the CI runtime isn't that long, so IMO it's fine. --- .rspec | 1 - 1 file changed, 1 deletion(-) diff --git a/.rspec b/.rspec index 1c0569b9b3..6278ec5c11 100644 --- a/.rspec +++ b/.rspec @@ -1,4 +1,3 @@ --format documentation --color --tty ---fail-fast