Discover elixir lang by replacing "__?" and "assert_?" to make tests pass.
$ git clone [email protected]:dojo-toulouse/elixir-koans.git
$ cd elixir-koansGet deps
$ mix deps.getCompile
$ mix compileYou can safely ignore warnings
$ mix testor
Launch with reload
$ mix test.watch
Note: On Linux you may need to install inotify-tools for test.watch task.
[Advanced mix test options] (http://elixir-lang.org/docs/v1.0/mix/Mix.Tasks.Test.html)