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:
Diffstat (limited to 'spec/requests/api/graphql/project/project_statistics_spec.rb')
-rw-r--r--spec/requests/api/graphql/project/project_statistics_spec.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/spec/requests/api/graphql/project/project_statistics_spec.rb b/spec/requests/api/graphql/project/project_statistics_spec.rb
index 444738cbc81..e16a9f1d4d1 100644
--- a/spec/requests/api/graphql/project/project_statistics_spec.rb
+++ b/spec/requests/api/graphql/project/project_statistics_spec.rb
@@ -10,9 +10,11 @@ RSpec.describe 'rendering project statistics', feature_category: :shared do
let(:user) { create(:user) }
let(:query) do
- graphql_query_for('project',
- { 'fullPath' => project.full_path },
- "statistics { #{all_graphql_fields_for('ProjectStatistics')} }")
+ graphql_query_for(
+ 'project',
+ { 'fullPath' => project.full_path },
+ "statistics { #{all_graphql_fields_for('ProjectStatistics')} }"
+ )
end
before do