Fix #3138: Support DeviantArt login-only works.

This commit is contained in:
evazion
2017-06-10 10:34:51 -05:00
parent 30fc9c93c3
commit f3f55daea6
3 changed files with 45 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ module Sources
@site.get
end
should_eventually "get the image url" do
should "get the image url" do
assert_equal("http://orig14.deviantart.net/cb25/f/2017/160/1/9/hidden_work_by_noizave-dbc3r29.png", @site.image_url)
end
end