Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

Empty files wipe out configuration #7

@utricularian

Description

@utricularian

If I have an empty yaml file in an environment, but a fleshed-out yaml file in common, then configoro loads with that key as nil

In common/foo.yml

---
  bar: baz

In development/foo.yml

---

If I load up in development, then MyApp::Configuration.foo == nil

I expect MyApp::Configuration.foo.bar == 'baz'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions