debian-mirror-gitlab/spec/graphql/types/label_type_spec.rb
2019-07-07 11:18:12 +05:30

7 lines
165 B
Ruby

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