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

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

require 'spec_helper'

RSpec.describe Namespace::AggregationSchedule, type: :model do
  it { is_expected.to belong_to :namespace }
end