fetch source data: fix gallery warning for non-pixiv galleries.

This commit is contained in:
evazion
2017-06-06 13:07:44 -05:00
parent bb0be36f05
commit fed23c0baa
4 changed files with 6 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ module Sources
end
should "get the page count" do
assert_equal(3, @site.page_count)
assert_equal(3, @site.image_urls.size)
end
should "get the tags" do
@@ -108,7 +108,7 @@ module Sources
end
should "get the page count" do
assert_equal(1, @site.page_count)
assert_equal(1, @site.image_urls.size)
end
should "get the full size image url" do