DEV: Improve `Upload.get_from_url` test case.

Follow up to a8baa6d9e7.
This commit is contained in:
Guo Xiang Tan 2019-04-24 10:20:42 +08:00
parent a8baa6d9e7
commit 7bac70676e
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ describe Upload do
upload.update!(url: "/uploads/default/12345/971308e535305c51.png")
expect(Upload.get_from_url(upload.url)).to eq(upload)
expect(Upload.get_from_url("/uploads/default/123131/971308e535305c51.png"))
.to eq(nil)
end
describe 'for a url a tree' do