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

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

require 'spec_helper'

describe Clusters::Group do
  it { is_expected.to belong_to(:cluster) }
  it { is_expected.to belong_to(:group) }
end