Fix the build.

This commit is contained in:
Guo Xiang Tan 2018-09-13 13:41:38 +08:00
parent d99dd840e4
commit 1afe7162e1

View File

@ -15,7 +15,7 @@ RSpec.describe UploadRecovery do
Fabricate(:post,
raw: "![logo.png](#{upload.short_url})",
user: user
).link_post_uploads
).tap(&:link_post_uploads)
end
before do