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

test_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: eacde22cd563330a97b7c963b202b07d50ed6cfc (plain)
1
2
3
4
5
6
7
8
require 'spec_helper'
require 'lib/gitlab/cycle_analytics/shared_stage_spec'

describe Gitlab::CycleAnalytics::TestStage do
  let(:stage_name) { :test }

  it_behaves_like 'base stage'
end