Merge pull request #104 from snikolau/add-list-wrap-koan
Add wrapping list koan
This commit is contained in:
@@ -60,4 +60,8 @@ defmodule Lists do
|
||||
koan "Wrapping other values is a handy option" do
|
||||
assert List.wrap("value") == ___
|
||||
end
|
||||
|
||||
koan "When there is already a list do not wrap it again" do
|
||||
assert List.wrap(["value"]) == ___
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user