The time zone warp code I posted about last week is now a gem:
sudo gem install time-zone-warp
To configure in your Rails app, add this line to the bottom of test.rb:
config.gem 'time-zone-warp', :lib => 'time_zone_warp'
You can also fork the code from the project on GitHub.