Skip to content

Instantly share code, notes, and snippets.

@vlad-velciov
Created November 30, 2018 16:05
Show Gist options
  • Save vlad-velciov/781d08abe8b7caf75a9bce075509d51e to your computer and use it in GitHub Desktop.
Save vlad-velciov/781d08abe8b7caf75a9bce075509d51e to your computer and use it in GitHub Desktop.
retry_tests/spec_helper1.r
# spec_helper.rb
require 'rspec/retry'
RSpec.configure do |config|
config.default_retry_count = 2
config.verbose_retry = true
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment