summaryrefslogtreecommitdiff
path: root/spec/graphql/types/repository_type_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-17 09:07:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-17 09:07:07 +0000
commit4226aca420920c1844e8eade4798a2dff188a6fc (patch)
tree2a09417654e9617a13798d97ae32c495c66d3353 /spec/graphql/types/repository_type_spec.rb
parent74b0522ed8b86edee204643c5484da1724a5a31b (diff)
downloadgitlab-ce-4226aca420920c1844e8eade4798a2dff188a6fc.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/graphql/types/repository_type_spec.rb')
-rw-r--r--spec/graphql/types/repository_type_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/graphql/types/repository_type_spec.rb b/spec/graphql/types/repository_type_spec.rb
index 8a8238f2a2a..236f9bb9459 100644
--- a/spec/graphql/types/repository_type_spec.rb
+++ b/spec/graphql/types/repository_type_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe GitlabSchema.types['Repository'] do