This commit is contained in:
Raphael Sofaer 2011-04-04 14:32:37 -07:00
parent b48b483eab
commit 79e3438b11

View file

@ -136,8 +136,8 @@ describe User do
(1..25).each do |n|
[alice, bob, eve].each do |u|
post = u.post :status_message, :text => "#{u.username} - #{n}", :to => u.aspects.first.id
post.created_at = post.created_at - n*10*u.id
post.updated_at = post.updated_at - n*10*u.id
post.created_at = post.created_at + n*1000*u.id
post.updated_at = post.updated_at + n*1000*u.id
post.save
end
end