Welcome to mirror list, hosted at ThFree Co, Russian Federation.

code_stage_spec.rb « cycle_analytics « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8fc67acf0549463260eabff39146af11735b8f7 (plain)
1
2
3
4
5
6
7
8
require 'spec_helper'
require 'lib/gitlab/cycle_analytics/shared_stage_spec'

describe Gitlab::CycleAnalytics::CodeStage do
  let(:stage_name) { :code }

  it_behaves_like 'base stage'
end