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

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

require 'spec_helper'

RSpec.describe ProjectDailyStatistic do
  it { is_expected.to belong_to(:project) }
end