Remove unused ExUnit references
This commit is contained in:
@@ -23,7 +23,6 @@ defmodule Koans do
|
|||||||
single_var = Blanks.replace(body, Macro.var(:answer, Koans))
|
single_var = Blanks.replace(body, Macro.var(:answer, Koans))
|
||||||
quote do
|
quote do
|
||||||
def unquote(name)(answer) do
|
def unquote(name)(answer) do
|
||||||
converted = {answer}
|
|
||||||
unquote(single_var)
|
unquote(single_var)
|
||||||
:ok
|
:ok
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ defmodule Mix.Tasks.Meditate do
|
|||||||
alias Options
|
alias Options
|
||||||
|
|
||||||
def run(args) do
|
def run(args) do
|
||||||
ExUnit.start
|
|
||||||
Application.ensure_all_started(:ex_unit)
|
|
||||||
Application.ensure_all_started(:elixir_koans)
|
Application.ensure_all_started(:elixir_koans)
|
||||||
Code.compiler_options(ignore_module_conflict: true)
|
Code.compiler_options(ignore_module_conflict: true)
|
||||||
Watcher.start
|
Watcher.start
|
||||||
|
|||||||
Reference in New Issue
Block a user