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

label_type_spec.rb « types « graphql « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da2b0b578dababb1884e734e81f96985f9d8afaf (plain)
1
2
3
4
5
6
# frozen_string_literal: true
require 'spec_helper'

describe GitlabSchema.types['Label'] do
  it { is_expected.to require_graphql_authorizations(:read_label) }
end