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