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

require 'spec_helper'
require 'lib/gitlab/cycle_analytics/shared_stage_spec'

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

  it_behaves_like 'base stage'
end