summaryrefslogtreecommitdiff
path: root/spec/models/project_daily_statistic_spec.rb
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