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: 86210af15d8c68a476daa4786b32fca925944d03 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

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