Commit eb247247 authored by Stan Hu's avatar Stan Hu

Fix typo in spec example description

parent b73f9d39
......@@ -144,7 +144,7 @@ RSpec.describe Ci::RetryBuildService do
stub_feature_flags(clone_job_variables_at_job_retry: false)
end
it 'does not clones internal job variables' do
it 'does not clone internal job variables' do
expect(new_build.job_variables.count).to eq(0)
end
end
......
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