summaryrefslogtreecommitdiff
path: root/spec/support/matchers/satisfy_matchers.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2019-07-25 17:23:50 +0000
committerDouwe Maan <douwe@gitlab.com>2019-07-25 17:23:50 +0000
commit9eea3623fa9d59d76f08250947b876abeff89810 (patch)
tree56bf56afe668ac0135014a865dcdf8829f84796e /spec/support/matchers/satisfy_matchers.rb
parent32be68af8ac7d9bfb07568b5cd9b1d7cc17ac12e (diff)
parentd4ef3be35b63f3ef022e21d6ba56ffe41b8f192c (diff)
downloadgitlab-ce-9eea3623fa9d59d76f08250947b876abeff89810.tar.gz
Merge branch 'frozen_string_spec_support' into 'master'
Add frozen_string_literal to spec/support See merge request gitlab-org/gitlab-ce!31132
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.
#