Show how to test koans for Equalities

This commit is contained in:
Felipe Sere
2016-03-10 16:44:29 +00:00
parent 95c620129d
commit eb1da4b1fc
7 changed files with 24 additions and 48 deletions

View File

@@ -23,10 +23,6 @@ defmodule ASTManglerTest do
end
end
test "something" do
n = 1
end
test "complex example" do
ast = [do: {:assert, [line: 5], [{:==, [line: 5], [true, :__]}]}]