debian-mirror-gitlab/spec/models/clusters/cluster_enabled_grant_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
151 B
Ruby
Raw Normal View History

2022-07-23 23:45:48 +05:30
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Clusters::ClusterEnabledGrant do
it { is_expected.to belong_to :namespace }
end