fixes #101: comment limitations

This commit is contained in:
albert
2011-10-03 18:54:01 -04:00
parent 36b18a8ceb
commit f587724476
3 changed files with 9 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ class CommentTest < ActiveSupport::TestCase
CurrentUser.user = user
CurrentUser.ip_addr = "127.0.0.1"
MEMCACHE.flush_all
Danbooru.config.stubs(:member_comment_limit).returns(100)
end
teardown do