elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
372 stars 33 forks source link

Resolve log folder not being created in test #129

Closed pauldipietro closed 10 years ago

pauldipietro commented 10 years ago

There is presently an error when running make && make test where there is no log folder being created in the test application. This is likely due to there being no Lager command run, which would otherwise generate the folder. There is one being generated in the root folder, but that is based on lager's source code.

Perhaps there is a more elegant way to do this or the folder does not need to be generated at all, but for the time being does create it and resolves the test failure.

0xAX commented 10 years ago

Thank you @ortepid, merged.