Skip to content

Ensure mongodb is correctly supported #175

Open
@brunoocasali

Description

@brunoocasali

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions