You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Configure mongodb testing
* Test MongoDB in CI
No special configuration here, a basic copy/paste of the example in
https://github.com/marketplace/actions/mongodb-in-github-actions
* Add basic MongoDB test
* Make rubocop happy
* Configure mongoid inline
* Move Mongo test config to support file
* Use after_commit instead of after_destroy_commit
The bugfix on Mongoid is not released yet, but that should not matter
since there is no real reason to turn this back to after_destroy_commit.
The behavior is equivalent.
0 commit comments