Commit 23a86825 authored by drew cimino's avatar drew cimino

Remove unnecessary stub

parent 3c0872c2
......@@ -510,10 +510,14 @@ RSpec.describe CommitStatus do
end
describe '#group_name' do
before do
stub_feature_flags(simplified_commit_status_group_name: true)
using RSpec::Parameterized::TableSyntax
let(:commit_status) do
build(:commit_status, pipeline: pipeline, stage: 'test')
end
subject { commit_status.group_name }
where(:name, :group_name) do
'rspec1' | 'rspec1'
'rspec1 0 1' | 'rspec1'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment