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

cluster_enabled_grant_spec.rb « clusters « models « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1418d854b41c1627ff91abcb275a44ab14d9bc1e (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Clusters::ClusterEnabledGrant do
  it { is_expected.to belong_to :namespace }
end