Browse Source

Typo

pull/829/head
Stéphane Meny 3 years ago
parent
commit
67544b3449
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      spec/services/archive_storage_service_spec.rb

2
spec/services/archive_storage_service_spec.rb

@ -57,7 +57,7 @@ RSpec.describe ArchiveStorageService do
.to raise_error(RuntimeError, "File too large to be extracted") .to raise_error(RuntimeError, "File too large to be extracted")
end end
it "raises an error of a file does not exist" do it "raises an error if a file does not exist" do
expect { archive_service.get_file_io("random.zzz") } expect { archive_service.get_file_io("random.zzz") }
.to raise_error(Errno::ENOENT) .to raise_error(Errno::ENOENT)
end end

Loading…
Cancel
Save