Open
Description
This gem has basically no MongoId
test cases. We need to add tests and guarantee mongo is being correctly handled.
about reported bugs:
about tests:
We could start thinking of a way to reuse the same use cases between multiple integrations.
eg:
context 'when using with mongoid'
indexes correctly the data
searches through the indexed data
context 'when using with active_record'
indexes correctly the data
searches through the indexed data
context 'when using with sequel'
indexes correctly the data
searches through the indexed data
each context
here could be a different directory, and the it
steps can be shared_examples.