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: 715ad5a8e7d96a7e8f71ccad0862f30e154fe160 (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 'cycle analytics event'
end