models: rename post/pool archives to post/pool versions.
This commit is contained in:
@@ -9,8 +9,8 @@ module Moderator
|
||||
CurrentUser.ip_addr = "127.0.0.1"
|
||||
Danbooru.config.stubs(:member_comment_time_threshold).returns(1.week.from_now)
|
||||
@comment = create(:comment, creator: @user, creator_ip_addr: "127.0.0.1")
|
||||
PoolArchive.stubs(:enabled?).returns(false)
|
||||
PostArchive.stubs(:enabled?).returns(false)
|
||||
PoolVersion.stubs(:enabled?).returns(false)
|
||||
PostVersion.stubs(:enabled?).returns(false)
|
||||
@user.reload
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user