Refactor Koan with slow/fast process example
A combined solution of the examples provided by @iamvery and myself.
This commit is contained in:
@@ -8,8 +8,9 @@ defmodule ProcessesTests do
|
||||
:running,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
{:multiple, [false, true]},
|
||||
"hola!",
|
||||
true,
|
||||
{:multiple, ["hola!", "como se llama?"]},
|
||||
:how_are_you?,
|
||||
{:multiple, ["O", "HAI"]},
|
||||
|
Reference in New Issue
Block a user