fix tests

This commit is contained in:
r888888888
2013-04-14 22:24:55 -07:00
parent 100fb7c539
commit 6caa0f0436
5 changed files with 7 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ module Downloads
context "a download for a html page" do
setup do
@source = "http://www.pixiv.net/member_illust.php?mode=big&illust_id=23828655"
# @source = "http://www.pixiv.net/member_illust.php?mode=big&illust_id=23828655"
@source = "http://www.pixiv.net/member_illust.php?mode=big&illust_id=4348318"
@tempfile = Tempfile.new("danbooru-test")
@download = Downloads::File.new(@source, @tempfile.path)