ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

make the requirement of config/config.rb optional #136

Open alexskr opened 1 year ago

alexskr commented 1 year ago

Goo has the ability to read config from ENV variables which is excellent for running unit tests against different backends without having to update config files; however, it still requires the config/config.rb file to be present. Ideally this requirement should be made optional.