Closed mshibuya closed 11 years ago
Mongoid 4.0 no longer uses Moped::BSON but bson-ruby's BSON, which makes our tests not runnable. This pull request try to solve it by checking existence of constant Moped::BSON.
Moped::BSON
BSON
:+1:
This should be fixed in #26. Let me know if we missed something.
It worked by using the latest master, thanks!
Mongoid 4.0 no longer uses
Moped::BSON
but bson-ruby'sBSON
, which makes our tests not runnable. This pull request try to solve it by checking existence of constantMoped::BSON
.