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

9 lines
178 B
Ruby
Raw Normal View History

2018-12-13 13:39:08 +05:30
# frozen_string_literal: true
require 'spec_helper'
2020-07-28 23:09:34 +05:30
RSpec.describe Clusters::Group do
2018-12-13 13:39:08 +05:30
it { is_expected.to belong_to(:cluster) }
it { is_expected.to belong_to(:group) }
end