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: bc0e388cf5318ffe477e8939ec61d71c5e6ca45f (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Analytics::CycleAnalytics::StageEvents::IssueFirstMentionedInCommit do
  it_behaves_like 'value stream analytics event'
end