summaryrefslogtreecommitdiff
path: root/spec/support/matchers/match_ids.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/match_ids.rb')
-rw-r--r--spec/support/matchers/match_ids.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/matchers/match_ids.rb b/spec/support/matchers/match_ids.rb
index 1cb6b74acac..7bc41949937 100644
--- a/spec/support/matchers/match_ids.rb
+++ b/spec/support/matchers/match_ids.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
RSpec::Matchers.define :match_ids do |*expected|
match do |actual|
actual_ids = map_ids(actual)