summaryrefslogtreecommitdiff
path: root/spec/support/matchers/satisfy_matchers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/satisfy_matchers.rb')
-rw-r--r--spec/support/matchers/satisfy_matchers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/matchers/satisfy_matchers.rb b/spec/support/matchers/satisfy_matchers.rb
index 585915bac93..dd1920ee2b2 100644
--- a/spec/support/matchers/satisfy_matchers.rb
+++ b/spec/support/matchers/satisfy_matchers.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# These matchers are a syntactic hack to provide more readable expectations for
# an Enumerable object.
#