Skip to content

Commit

Permalink
.rspec: dont run with --fail-fast
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bastelfreak committed May 11, 2024
1 parent f4a4b77 commit ad36890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--format documentation
--color
--tty
--fail-fast

0 comments on commit ad36890

Please sign in to comment.