large refactor, ship a few columns from the user table into user_stats

This commit is contained in:
Sam
2013-10-04 13:28:49 +10:00
parent 4613006ae3
commit 5bf26ec34e
29 changed files with 354 additions and 251 deletions

View File

@@ -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