Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/ci/running_build_spec.rb')
-rw-r--r--spec/models/ci/running_build_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/running_build_spec.rb b/spec/models/ci/running_build_spec.rb
index 1a5ea044ba3..7f254bd235c 100644
--- a/spec/models/ci/running_build_spec.rb
+++ b/spec/models/ci/running_build_spec.rb
@@ -31,7 +31,7 @@ RSpec.describe Ci::RunningBuild, feature_category: :continuous_integration do
end
end
- context 'when build has been picked by a specific runner' do
+ context 'when build has been picked by a project runner' do
let(:runner) { create(:ci_runner, :project) }
it 'raises an error' do