summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/gitlab_verify.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared_examples/gitlab_verify.rb')
-rw-r--r--spec/support/shared_examples/gitlab_verify.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/shared_examples/gitlab_verify.rb b/spec/support/shared_examples/gitlab_verify.rb
index 560913ca92f..721ea3b4c88 100644
--- a/spec/support/shared_examples/gitlab_verify.rb
+++ b/spec/support/shared_examples/gitlab_verify.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
RSpec.shared_examples 'Gitlab::Verify::BatchVerifier subclass' do
describe 'batching' do
let(:first_batch) { objects[0].id..objects[0].id }