debian-mirror-gitlab/spec/lib/gitlab/cycle_analytics/production_stage_spec.rb
2020-04-22 19:07:51 +05:30

9 lines
173 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::CycleAnalytics::ProductionStage do
let(:stage_name) { 'Total' }
it_behaves_like 'base stage'
end