summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/production_stage_spec.rb
blob: 916684b81ebb11d62adce1712e24a8c2f7be3313 (plain)
1
2
3
4
5
6
7
8
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