summaryrefslogtreecommitdiff
path: root/spec/support/matchers/execute_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/execute_check.rb')
-rw-r--r--spec/support/matchers/execute_check.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/matchers/execute_check.rb b/spec/support/matchers/execute_check.rb
index 7232fad52fb..d3c0751f0dc 100644
--- a/spec/support/matchers/execute_check.rb
+++ b/spec/support/matchers/execute_check.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
RSpec::Matchers.define :execute_check do |expected|
match do |actual|
expect(actual).to eq(SystemCheck)