Skip to content

Commit

Permalink
Update spec/support/config/rspec_retry.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo <[email protected]>
  • Loading branch information
ArturT and 3v0k4 authored Feb 8, 2024
1 parent 0ef5027 commit 10da85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/config/rspec_retry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
config.display_try_failure_messages = true

# --fail-fast option makes RSpec fail after X failed tests. This can lead to canceled tests in Queue Mode.
#config.fail_fast = 1
# config.fail_fast = 1

# run retry only on features
config.around :each, :js do |ex|
Expand Down

0 comments on commit 10da85b

Please sign in to comment.