summaryrefslogtreecommitdiff
path: root/lib/rspec_flaky/example.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rspec_flaky/example.rb')
-rw-r--r--lib/rspec_flaky/example.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rspec_flaky/example.rb b/lib/rspec_flaky/example.rb
index b6e790cbbab..3c1b05257a0 100644
--- a/lib/rspec_flaky/example.rb
+++ b/lib/rspec_flaky/example.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module RspecFlaky
# This is a wrapper class for RSpec::Core::Example
class Example