Merge pull request #9140 from eltociear/patch-1

bintray: fix typo in it comment
This commit is contained in:
Markus Reiter 2020-11-15 07:11:48 +01:00 committed by GitHub
commit d21f1e0390
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") expect(hash).to eq("449de5ea35d0e9431f367f1bb34392e450f6853cdccdc6bd04e6ad6471904ddb")
end 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") hash = bintray.remote_checksum(repo: "bottles", remote_file: "my-fake-bottle-1.0.snow_hyena.tar.gz")
expect(hash).to be nil expect(hash).to be nil
end end