summaryrefslogtreecommitdiff
path: root/spec/support/helpers/exclusive_lease_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/exclusive_lease_helpers.rb')
-rw-r--r--spec/support/helpers/exclusive_lease_helpers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/helpers/exclusive_lease_helpers.rb b/spec/support/helpers/exclusive_lease_helpers.rb
index 383cc7dee81..77703e20602 100644
--- a/spec/support/helpers/exclusive_lease_helpers.rb
+++ b/spec/support/helpers/exclusive_lease_helpers.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module ExclusiveLeaseHelpers
def stub_exclusive_lease(key = nil, uuid = 'uuid', renew: false, timeout: nil)
key ||= instance_of(String)