We are using Dockerfile and docker compose on github repo
git@github.com:alectrico-pro/bookshelf.git
Steps to reproduce issue:
- Fork the repository at git@github.com:alectrico-pro/bookshelf.git
- Clone on your environment
- make build
- docker compose up db_test
- docker compose up test
- docker compose exec test hanami console
bookshelf[test]> Hanami.app[“persistence.rom”].relations[:books]
ROM::ElementNotFoundError: :books doesn’t exist in ROM::RelationRegistry registry
from /usr/local/bundle/gems/rom-core-5.3.2/lib/rom/registry.rb:91:in `block in fetch’
bookshelf[test]>