Skip to content
Snippets Groups Projects
Commit 49c1f8d5 authored by Patrick Bajao's avatar Patrick Bajao :red_circle:
Browse files

Add feature_category to Gitlab::MergeRequests::MessageGenerator

As part of our testing best practices guidelines, we should add
`feature_category` to specs when possible.

This class is owned by the Code Review team so adding `code_review`
as `feature_category`.
parent d55629d1
No related branches found
No related tags found
1 merge request!106120Add feature_category to Gitlab::MergeRequests::MessageGenerator
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe Gitlab::MergeRequests::MessageGenerator do
RSpec.describe Gitlab::MergeRequests::MessageGenerator, feature_category: :code_review do
let(:merge_commit_template) { nil }
let(:squash_commit_template) { nil }
let(:project) do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment