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 88954b4 commit 7398616
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 7398616

Please sign in to comment.