If your version of ruby is compiled via an LLVM compiler then testing the bson extension fails:
rake test:c TEST=test/bson/bson_test.rb
1) Failure: test_exeption_on_using_unsupported_date_class(BSONTest) [/Users/tbrock/Development/mongodb/mongo-ruby-driver/test/bson/bson_test.rb:305]: Expected /UTC Time/ to match "Cannot serialize an object of class DateTime into BSON.".
- depends on
-
RUBY-412 BSON tests do not pass in Ruby 1.9.3 because DateTime, Date, and TimeWithZone are no longer Type(Object)
- Closed