Improve some descriptions a little bit

This commit is contained in:
Uku Taht
2016-03-20 20:31:48 +00:00
parent bd5972a867
commit 7ee7514192
4 changed files with 13 additions and 18 deletions

View File

@@ -9,10 +9,6 @@ defmodule Lists do
assert List.last([1, 2, 3]) == :__
end
koan "Diversity is embraced" do
assert [1, 2] ++ [:a, "b"] == :__
end
koan "Things can evolve" do
assert [1, 2, 3] -- [3] == :__
end