summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/production_stage_spec.rb
blob: 73b17194f720e4519d9e55ef06665d1ea612536e (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::CycleAnalytics::ProductionStage do
  let(:stage_name) { 'Total' }

  it_behaves_like 'base stage'
end