-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request