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/lib/api/ci/helpers/runner_helpers_spec.rb')
-rw-r--r--spec/lib/api/ci/helpers/runner_helpers_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/api/ci/helpers/runner_helpers_spec.rb b/spec/lib/api/ci/helpers/runner_helpers_spec.rb
index c6cdc1732f5..b254c419cbc 100644
--- a/spec/lib/api/ci/helpers/runner_helpers_spec.rb
+++ b/spec/lib/api/ci/helpers/runner_helpers_spec.rb
@@ -71,8 +71,8 @@ RSpec.describe API::Ci::Helpers::Runner do
end
end
- describe '#log_artifact_size' do
- subject { runner_helper.log_artifact_size(artifact) }
+ describe '#log_artifacts_filesize' do
+ subject { runner_helper.log_artifacts_filesize(artifact) }
let(:runner_params) { {} }
let(:artifact) { create(:ci_job_artifact, size: 42) }