Let us control what Time.now returns for the TouchTest suite

Ruby 1.8-cvs and 1.9 define private Time#to_date

Methods
N
Class Public methods
now_with_forcing()
# File rails/activerecord/test/mixin_test.rb, line 13
def now_with_forcing
  if @@forced_now_time
    @@forced_now_time
  else
    now_without_forcing
  end
end