File: don_t_fail_fast.patch

package info (click to toggle)
ruby-mini-magick 4.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,592 kB
  • sloc: ruby: 1,880; sh: 7; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: Don_t_fail_fast
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -7,7 +7,6 @@
   config.disable_monkey_patching!
   config.formatter = "documentation"
   config.color = true
-  config.fail_fast = true unless ENV["CI"]
   config.filter_run :focus
   config.run_all_when_everything_filtered = true