summaryrefslogtreecommitdiff
path: root/spec/support/sometimes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/sometimes.rb')
-rw-r--r--spec/support/sometimes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/sometimes.rb b/spec/support/sometimes.rb
index 0ab15d974f..1ecbd36e2d 100644
--- a/spec/support/sometimes.rb
+++ b/spec/support/sometimes.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Sometimes
def run_with_retries(example_to_run, retries)
example = RSpec.current_example