From 017d2526894aa961d65d0ca13ecb8a7ef4fbed44 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 28 Mar 2011 16:54:46 -0400 Subject: [PATCH] minor: test fix --- test/bson/bson_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/bson/bson_test.rb b/test/bson/bson_test.rb index 9e02696..29d548b 100644 --- a/test/bson/bson_test.rb +++ b/test/bson/bson_test.rb @@ -8,6 +8,7 @@ end require 'bigdecimal' begin + require 'tzinfo' require 'active_support/core_ext' Time.zone = "Pacific Time (US & Canada)" Zone = Time.zone.now