Skip to content

Commit

Permalink
s/gem/package/
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 5, 2024
1 parent fff3f73 commit 4c5b39f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/workers/wait_for_artifact_upload_worker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
expect(artifact.reload.manifest).to_not be nil
end

context 'when gem is invalid' do
context 'when package is invalid' do
let(:artifact) { create(:artifact, :npm_package, :waiting, account:) }
let(:processor) { ProcessNpmPackageWorker }

Expand Down Expand Up @@ -279,7 +279,7 @@
end
end

context 'when gem is too small' do
context 'when package is too small' do
let(:artifact) { create(:artifact, :npm_package, :waiting, account:) }
let(:processor) { ProcessNpmPackageWorker }

Expand Down Expand Up @@ -318,7 +318,7 @@
end
end

context 'when gem is too large' do
context 'when package is too large' do
let(:artifact) { create(:artifact, :npm_package, :waiting, account:) }
let(:processor) { ProcessNpmPackageWorker }

Expand Down

0 comments on commit 4c5b39f

Please sign in to comment.