I'm testing with RSpec and rspec-rails 2.10.
I've set Rails timezone as UTC at environment.rb, but RSpec time zone becomes my local timezone, Tokyo.
I've wrote Time.zone setteing at environments/test.rb and spec_helper.rb but didin't fixed.
How to set RSpec time zone?