test/functional/_lib.rb in mosql-0.3.2 vs test/functional/_lib.rb in mosql-0.4.0

- old
+ new

@@ -56,9 +56,10 @@ def mongo_db mongo.db(mongo_test_dbname) end def setup + Sequel.default_timezone = :utc @sequel = connect_sql @mongo = connect_mongo super end end