Bare bones Elixir app with some config files added to help explain how application configuration works in Elixir.
The tests check that all of the variations on environment config equal "test."
In order for them to pass, you need to run with RUNTIME_ENV=test mix test
.