Simplify atoms koans. Fix #185

This commit is contained in:
Tom Gurion
2017-04-22 22:32:29 +01:00
parent 9d7a7e8cbe
commit ca97177b99
2 changed files with 2 additions and 19 deletions

View File

@@ -5,10 +5,7 @@ defmodule AtomsTests do
test "Atoms" do
answers = [
:human,
{:multiple, [:atomized, "stringified"]},
{:multiple, [true, true, true, false]},
true,
"HELLO",
]
test_all(Atoms, answers)