mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
large refactor, ship a few columns from the user table into user_stats
This commit is contained in:
@@ -20,7 +20,7 @@ describe Jobs::PeriodicalUpdates do
|
||||
end
|
||||
|
||||
it "updates view counts" do
|
||||
User.expects(:update_view_counts).once
|
||||
UserStat.expects(:update_view_counts).once
|
||||
end
|
||||
|
||||
it "calculates scores" do
|
||||
|
||||
Reference in New Issue
Block a user