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/graphql/types/permission_types/abuse_report_spec.rb')
-rw-r--r--spec/graphql/types/permission_types/abuse_report_spec.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/graphql/types/permission_types/abuse_report_spec.rb b/spec/graphql/types/permission_types/abuse_report_spec.rb
deleted file mode 100644
index 399df137a78..00000000000
--- a/spec/graphql/types/permission_types/abuse_report_spec.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-# frozen_string_literal: true
-
-require 'spec_helper'
-
-RSpec.describe Types::PermissionTypes::AbuseReport, feature_category: :insider_threat do
- it do
- expected_permissions = [
- :read_abuse_report, :create_note
- ]
-
- expected_permissions.each do |permission|
- expect(described_class).to have_graphql_field(permission)
- end
- end
-end