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

issue_first_mentioned_in_commit_spec.rb « stage_events « cycle_analytics « analytics « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50883e1c1e29c56453f5408b3b090811d4139f62 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

describe Gitlab::Analytics::CycleAnalytics::StageEvents::IssueFirstMentionedInCommit do
  it_behaves_like 'cycle analytics event'
end