summaryrefslogtreecommitdiff
path: root/spec/models/analytics/cycle_analytics/project_stage_spec.rb
blob: 4e3923e82b146033c618d3852b8962131b01f26a (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

describe Analytics::CycleAnalytics::ProjectStage do
  describe 'associations' do
    it { is_expected.to belong_to(:project) }
  end
end