Remove unused ExUnit references

This commit is contained in:
Felipe Sere
2016-04-10 12:22:31 +01:00
parent 0bd5ce772c
commit 4dd877e820
2 changed files with 0 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ defmodule Koans do
single_var = Blanks.replace(body, Macro.var(:answer, Koans))
quote do
def unquote(name)(answer) do
converted = {answer}
unquote(single_var)
:ok
end

View File

@@ -3,8 +3,6 @@ defmodule Mix.Tasks.Meditate do
alias Options
def run(args) do
ExUnit.start
Application.ensure_all_started(:ex_unit)
Application.ensure_all_started(:elixir_koans)
Code.compiler_options(ignore_module_conflict: true)
Watcher.start