fix the build

aa012d12dc
This commit is contained in:
Vinoth Kannan 2019-09-02 16:19:20 +05:30
parent aa012d12dc
commit a31281a888
1 changed files with 2 additions and 2 deletions

View File

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