Koans about processes including infrastructure.

This commit is contained in:
Felipe Sere
2016-03-06 21:27:51 +00:00
parent f2b4cec409
commit c450cc3b19
6 changed files with 111 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ defmodule Koans do
end
end
defmacro __using__(_) do
defmacro __using__(opts) do
quote do
import Koans
require ExUnit.Assertions
import Koans
import BlankAssertions
end
end