Better phrase the test that forces do-block unwrapping

See https://github.com/elixirkoans/elixir-koans/issues/151 for more
details.
This commit is contained in:
Felipe Sere
2017-01-10 09:30:44 +00:00
parent f797ca8e80
commit 8860a52b98

View File

@@ -37,7 +37,7 @@ defmodule FailureTests do
"""
end
test "single arity failure" do
test "only offending lines are displayed for errors" do
[koan] = SingleArity.all_koans
error = apply(SingleArity, koan, []) |> error()