summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_first_deployed_to_production_spec.rb
blob: ba9d8be5a2ceafb29a140ab52b0233505e85503a (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

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