Commit 70f41d19 authored by Marius Bobin's avatar Marius Bobin

Improve specs execution time

parent 93dcf35d
...@@ -494,6 +494,10 @@ RSpec.describe CommitStatus do ...@@ -494,6 +494,10 @@ RSpec.describe CommitStatus do
end end
describe '#group_name' do describe '#group_name' do
let(:commit_status) do
build(:commit_status, pipeline: pipeline, stage: 'test')
end
subject { commit_status.group_name } subject { commit_status.group_name }
tests = { tests = {
......
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