summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/production_stage_spec.rb
blob: 4d0cc91a318a1cb820eac2ddf34fa9dc9013915c (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) { :production }

  it_behaves_like 'base stage'
end