summaryrefslogtreecommitdiff
path: root/lib/rspec_flaky/flaky_examples_collection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rspec_flaky/flaky_examples_collection.rb')
-rw-r--r--lib/rspec_flaky/flaky_examples_collection.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rspec_flaky/flaky_examples_collection.rb b/lib/rspec_flaky/flaky_examples_collection.rb
index dea23c325be..290a51766e9 100644
--- a/lib/rspec_flaky/flaky_examples_collection.rb
+++ b/lib/rspec_flaky/flaky_examples_collection.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'active_support/hash_with_indifferent_access'
require_relative 'flaky_example'