bintray: fix typo in it comment

non-existant -> non-existent
This commit is contained in:
Ikko Ashimine 2020-11-15 13:42:01 +09:00 committed by GitHub
parent 1f8dc4886a
commit 1e07b77f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ describe Bintray, :needs_network do
expect(hash).to eq("449de5ea35d0e9431f367f1bb34392e450f6853cdccdc6bd04e6ad6471904ddb")
end
it "fails on a non-existant file" do
it "fails on a non-existent file" do
hash = bintray.remote_checksum(repo: "bottles", remote_file: "my-fake-bottle-1.0.snow_hyena.tar.gz")
expect(hash).to be nil
end