Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-24 15:06:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-24 15:06:34 +0300
commit26121e3bcdc6b4da8d89ae49af42232b5baccb6d (patch)
tree31e745e8cffe0e0b9e05d4551a03afd6101e624d /spec/lib/gitlab/graphql/authorize
parent5cb94fc486b25f14d160a7a584dd9a9f23d1ccc9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/gitlab/graphql/authorize')
-rw-r--r--spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb b/spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
index 23762666ba8..8f02b979598 100644
--- a/spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
+++ b/spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe Gitlab::Graphql::Authorize::AuthorizeResource do