Remove metaprogramming-related keyword list koans

Too advanced at this point. Will considering including something like
this in #21.
This commit is contained in:
Jay Hayes
2016-05-05 18:12:15 -05:00
parent 27b8926aaa
commit 1c182a2c8c
2 changed files with 0 additions and 24 deletions

View File

@@ -10,8 +10,6 @@ defmodule KeywordListsTests do
{:multiple, [:foo, "bar"]},
"foo",
"GOOD",
:good,
{:multiple, [:this, :that]},
]
test_all(KeywordLists, answers)