summaryrefslogtreecommitdiff
path: root/spec/support/matchers/gitlab_git_matchers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/gitlab_git_matchers.rb')
-rw-r--r--spec/support/matchers/gitlab_git_matchers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/matchers/gitlab_git_matchers.rb b/spec/support/matchers/gitlab_git_matchers.rb
index c840cd4bf2d..aea1603db05 100644
--- a/spec/support/matchers/gitlab_git_matchers.rb
+++ b/spec/support/matchers/gitlab_git_matchers.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
RSpec::Matchers.define :gitlab_git_repository_with do |values|
match do |actual|
actual.is_a?(Gitlab::Git::Repository) &&