fix the build

aa012d12dc
This commit is contained in:
Vinoth Kannan 2019-09-02 16:19:20 +05:30
parent aa012d12dc
commit a31281a888

View File

@ -1411,10 +1411,10 @@ describe Post do
paths = []
sha1s = []
post.each_upload_url do |src, path, sha1|
post.each_upload_url do |src, path, sha|
urls << src
paths << path
sha1s << sha1
sha1s << sha
end
expect(urls).to contain_exactly(url)