meilisearch-rails icon indicating copy to clipboard operation
meilisearch-rails copied to clipboard

Split and decouple models in integration_spec.rb to their separate files

Open ellnix opened this issue 11 months ago • 0 comments

  • [x] Keep models that are logically independent separate
    • [x] Only create the databases that are required for specific test being run (faster iterative testing on new features)
  • [ ] Break out shared behavior into RSpec shared contexts to allow easily validating basic functionality

ellnix avatar Feb 27 '24 20:02 ellnix