Merge branch 'notify-on-tests' into 'master'

make tests watchable and notifies

See merge request tcit/eventos!2
This commit is contained in:
Thomas Citharel
2018-01-15 11:46:08 +01:00
3 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{:ok, _} = Application.ensure_all_started(:ex_machina)
ExUnit.configure formatters: [ExUnit.CLIFormatter, ExUnitNotifier]
ExUnit.start()