meilisearch-rails
meilisearch-rails copied to clipboard
Split and decouple models in integration_spec.rb to their separate files
- [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