fix tests

This commit is contained in:
albert
2011-12-22 18:22:32 -05:00
parent c1c870294c
commit 5ffd6d552a
6 changed files with 26 additions and 25 deletions

View File

@@ -243,6 +243,10 @@ module Danbooru
posts.select {|x| can_user_see_post?(user, x)}
end
def max_appeals_per_day
1
end
def pixiv_login
nil
end